UNPKG

315 BTypeScriptView Raw
1/**
2 * @author: JP Lew (jp@cto.ai)
3 * @date: Monday, 29th April 2019 9:43:32 am
4 * @lastModifiedBy: JP Lew (jp@cto.ai)
5 * @lastModifiedTime: Tuesday, 30th April 2019 2:15:28 pm
6 * @copyright (c) 2019 CTO.ai
7 */
8import { FeathersClient } from '../services/Feathers';
9export declare type ApiService = FeathersClient;