Skip to main content

TypeAlias.AuthUpdateUserArgs

type AuthUpdateUserArgs = {
birthDate?: string | null;
name?: string;
preferredLocale?: AuthUser["preferredLocale"];
};

Properties

PropertyType
birthDate?string
name?string
preferredLocale?AuthUser["preferredLocale"]