This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
blake
/
bank-client-js
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
4e6504fc35
Ramas
Etiquetas
master
bank-client-js
/
lib
/
webclient-options.d.ts
webclient-options.d.ts
111 B
Histórico
Raw
1
2
3
4
5
6
7
export interface IWebClientOptions {
method: string;
url: string;
headers?: any;
body?: any;
}