signup_store.d.ts 100 B

123
  1. import { SignUpFormData } from "./signup";
  2. export interface ISignUpStore extends SignUpFormData {}