/**
 * @author: JP Lew (jp@cto.ai)
 * @date: Monday, 15th April 2019 2:29:03 pm
 * @lastModifiedBy: JP Lew (jp@cto.ai)
 * @lastModifiedTime: Wednesday, 1st May 2019 2:58:42 pm
 * @copyright (c) 2019 CTO.ai
 */
export interface AccessToken {
    data: string;
    error: string;
}
