UNPKG

ntk-cms-api

Version:

Ntk Cms Api And Model For Typscript

11 lines (10 loc) 228 B
export declare class AuthUserSignInModel { captchaKey: string; captchaText: string; email: string; mobile: string; password: string; isRemember: boolean; siteId: number; lang: string; }