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

    Type Alias MatchingCommunications

    MatchingCommunications: {
        chamber: "House";
        communicationType: {
            code: CommunicationTypeCode;
            name: CommunicationTypeName;
        };
        congress: number;
        number: number;
        url: string;
    }

    Type declaration