@ladesa-ro/api-client-fetch - v1.0.0-next.35
    Preparing search index...

    Type Alias UsuarioInputUpdateView

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

    Properties

    email?: string | null

    E-mail do usuário.

    matriculaSiape?: string | null

    Matrícula SIAPE do usuário.

    nome?: string | null

    Nome do usuário.