This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
blake
/
bank-client-js
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
9e427ba259
Branches
Tags
master
bank-client-js
/
lib
/
webclient-options.d.ts
webclient-options.d.ts
111 B
Historique
Raw
1
2
3
4
5
6
7
export interface IWebClientOptions {
method: string;
url: string;
headers?: any;
body?: any;
}