This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
blake
/
bank-client-js
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
9e427ba259
Branches
Tags
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;
}