index.ts 63 B

1234
  1. export type LoginForm = {
  2. phone: string;
  3. smsCode: string;
  4. };