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

    Type Alias CommitteeReport

    CommitteeReport: {
        associatedBill: {
            congress: number;
            number: string;
            type: string;
            url: string;
        }[];
        associatedTreaties?: {
            congress: number;
            number: string;
            part: string;
            url: string;
        }[];
        chamber: Chamber;
        citation: string;
        committees?: {
            congress: number;
            number: string;
            part: string;
            url: string;
        }[];
        congress: number;
        isConferenceReport: boolean;
        issueDate: string;
        number: number;
        part: number;
        reportType: CommitteeReportReportType;
        sessionNumber: 1
        | 2;
        text: { count: number; url: string };
        title: string;
        type: CommitteeReportType;
        updateDate: string;
    }

    Type declaration

    • associatedBill: { congress: number; number: string; type: string; url: string }[]
    • OptionalassociatedTreaties?: { congress: number; number: string; part: string; url: string }[]
    • chamber: Chamber
    • citation: string
    • Optionalcommittees?: { congress: number; number: string; part: string; url: string }[]
    • congress: number
    • isConferenceReport: boolean
    • issueDate: string
    • number: number
    • part: number
    • reportType: CommitteeReportReportType
    • sessionNumber: 1 | 2
    • text: { count: number; url: string }
    • title: string
    • type: CommitteeReportType
    • updateDate: string