export type UserLoginVO = { username: string; password: string; captchaVerification: string; }; export type TentantNameVO = { id: number; };