UNPKG

@cto.ai/ops

Version:

💻 CTO.ai Ops - The CLI built for Teams 🚀

12 lines (11 loc) • 280 B
/** * @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; }