export type LoginForm = { username: string; password: string; randomStr: number; grant_type: string; scope: string; code: string; loginType: number; confirmPassword?: string; nickName?: string; phone?: string; };