-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.d.ts
25 lines (25 loc) · 1.38 KB
/
index.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/// <reference lib="es2015" />
/// <reference path="lib/Api/Client.d.ts" />
/// <reference path="lib/Api/ClientInterface.d.ts" />
/// <reference path="lib/Api/ContextualClientInterface.d.ts" />
/// <reference path="lib/Exception/HttpException.d.ts" />
/// <reference path="lib/Exception/NotFoundHttpException.d.ts" />
/// <reference path="lib/Exception/NoTokenAvailableException.d.ts" />
/// <reference path="lib/Requestor/Headers.d.ts" />
/// <reference path="lib/Requestor/HttpMessage.d.ts" />
/// <reference path="lib/Requestor/Request.d.ts" />
/// <reference path="lib/Requestor/RequestorInterface.d.ts" />
/// <reference path="lib/Requestor/Response.d.ts" />
/// <reference path="lib/Requestor/WebRequestor.d.ts" />
/// <reference path="lib/Storage/Marshaller/JSONMarshaller.d.ts" />
/// <reference path="lib/Storage/Marshaller/NullMarshaller.d.ts" />
/// <reference path="lib/Storage/AbstractStorage.d.ts" />
/// <reference path="lib/Storage/ChainStorage.d.ts" />
/// <reference path="lib/Storage/CookieStorage.d.ts" />
/// <reference path="lib/Storage/InMemoryStorage.d.ts" />
/// <reference path="lib/Storage/Item.d.ts" />
/// <reference path="lib/Storage/ItemInterface.d.ts" />
/// <reference path="lib/Storage/ProvidedTokenStorage.d.ts" />
/// <reference path="lib/Storage/StorageInterface.d.ts" />
/// <reference path="lib/Storage/WebLocalStorage.d.ts" />
/// <reference path="lib/Utils/ArrayUtils.d.ts" />