UNPKG

baasic-sdk-angular

Version:

Angular (v5+) SDK provides core functionality for building web and mobile applications on [Baasic](http://www.baasic.com/).

6 lines (5 loc) 147 B
import { IBaseRoute } from '../../../..'; export interface ILookupRoute extends IBaseRoute { getRoute: string; get(data: any): any; }