Type Alias UsuarioInputUpdateView
UsuarioInputUpdateView: {
email?: string | null;
matriculaSiape?: string | null;
nome?: string | null;
}
Type declaration
Optional
email?: string | null
Optional
matriculaSiape?: string | null
Optional
nome?: string | null
E-mail do usuário.