UNPKG

@cto.ai/ops

Version:

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

10 lines (9 loc) • 315 B
/** * @author: JP Lew (jp@cto.ai) * @date: Monday, 29th April 2019 9:43:32 am * @lastModifiedBy: JP Lew (jp@cto.ai) * @lastModifiedTime: Tuesday, 30th April 2019 2:15:28 pm * @copyright (c) 2019 CTO.ai */ import { FeathersClient } from '../services/Feathers'; export declare type ApiService = FeathersClient;