ANPD SEI Integrations
    Preparing search index...

    Type Alias SeiConsultarProcedimentoParams

    SeiConsultarProcedimentoParams: Readonly<
        {
            idUnidade: string;
            protocoloProcedimento: string;
            sinRetornarAndamentoConclusao?: string;
            sinRetornarAndamentoGeracao?: string;
            sinRetornarAssuntos?: string;
            sinRetornarInteressados?: string;
            sinRetornarObservacoes?: string;
            sinRetornarProcedimentosAnexados?: string;
            sinRetornarProcedimentosRelacionados?: string;
            sinRetornarUltimoAndamento?: string;
            sinRetornarUnidadesProcedimentoAberto?: string;
        },
    >