@cto.ai/ops
Version:
💻 CTO.ai - The CLI built for Teams 🚀
10 lines (9 loc) • 307 B
TypeScript
/**
* @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 type ApiService = FeathersClient;