UNPKG

280 BTypeScriptView Raw
1/**
2 * @author: JP Lew (jp@cto.ai)
3 * @date: Monday, 15th April 2019 2:29:03 pm
4 * @lastModifiedBy: JP Lew (jp@cto.ai)
5 * @lastModifiedTime: Wednesday, 1st May 2019 2:58:42 pm
6 * @copyright (c) 2019 CTO.ai
7 */
8export interface AccessToken {
9 data: string;
10 error: string;
11}