TypeAlias.AuthUpdateUserArgs
type AuthUpdateUserArgs = {
birthDate: string;
name: string;
};
Properties
| Property | Type |
|---|---|
birthDate | string |
name | string |
type AuthUpdateUserArgs = {
birthDate: string;
name: string;
};
| Property | Type |
|---|---|
birthDate | string |
name | string |