ANPD SEI Integrations
    Preparing search index...

    Type Alias SeiSobrestarProcessoParams

    SeiSobrestarProcessoParams: Readonly<
        {
            idUnidade: string;
            motivo: string;
            protocoloProcedimento: string;
            protocoloProcedimentoVinculado?: string
            | null;
        },
    >