Type Alias UsuarioInputUpdateView

UsuarioInputUpdateView: {
    email?: string | null;
    matriculaSiape?: string | null;
    nome?: string | null;
}

Type declaration

  • Optionalemail?: string | null

    E-mail do usuário.

  • OptionalmatriculaSiape?: string | null

    Matrícula SIAPE do usuário.

  • Optionalnome?: string | null

    Nome do usuário.