UNPKG

baasic-sdk-angular

Version:

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

8 lines (7 loc) 240 B
import { IBaseRoute } from '../../../..'; export interface IUserSocialLoginRoute extends IBaseRoute { getRoute: string; removeRoute: string; get(username: string): any; remove(username: string, provider: any): any; }