congress-dot-gov - v0.4.3
    Preparing search index...

    Type Alias CommitteeReportText

    CommitteeReportText: {
        formats: {
            isErrata: "Y" | "N";
            type: CommitteeReportFormat;
            url: string;
        }[];
    }

    Type declaration