This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
blake
/
bank-client-js
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
9e427ba259
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;
}