UNPKG

baasic-sdk-javascript

Version:

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

8 lines (7 loc) 229 B
import { IModel } from '../../../common/contracts'; export interface IRequestPasswordReset extends IModel { challengeIdentifier?: string; challengeResponse?: string; recoverUrl: string; userName: string; }