export type LoginRequestParamsType = {
  username: string,
  pwd: string,
  oneTimePassword: string | undefined,
}
