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) 251 B
import { IBaseRoute } from '../../../..'; export interface ILoginSocialRoute extends IBaseRoute { getRoute: string; postRoute: string; get(provider: string, returnUrl: string): any; post(provider: string, options?: any): any; }