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

    Type Alias CommitteePrint

    CommitteePrint: {
        associatedBills: {
            congress: number;
            number: string;
            type: string;
            url: string;
        }[];
        chamber: Chamber;
        citation: string;
        committees: { name: string; systemCode: string; url: string }[];
        congress: number;
        jacketNumber: number;
        number: string;
        text: { count: number; url: string };
        title: string;
        updateDate: string;
    }

    Type declaration

    • associatedBills: { congress: number; number: string; type: string; url: string }[]
    • chamber: Chamber
    • citation: string
    • committees: { name: string; systemCode: string; url: string }[]
    • congress: number
    • jacketNumber: number
    • number: string
    • text: { count: number; url: string }
    • title: string
    • updateDate: string