UNPKG

@aerodb/js

Version:

Javascript wrapper for the AeroDB API

7 lines (6 loc) 248 B
export declare const TOKEN_KEY = "ae-token"; export declare const REFRESH_TOKEN_KEY = "ae-refresh-token"; /** * Name of the header set to indicate that the request has been retried */ export declare const API_RETRY_FLAG_HEADER = "X-QUERY-RETRY";