Type alias ISignUp

ISignUp: {
    attributes: {
        email: string;
    };
    password: string;
    username: string;
}

Type declaration

  • attributes: {
        email: string;
    }
    • email: string
  • password: string
  • username: string

Generated using TypeDoc