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

    Type Alias AmendmentCosponsor

    AmendmentCosponsor: {
        bioguideId: string;
        firstName: string;
        fullName: string;
        isOriginalCosponsor: boolean;
        lastName: string;
        middlename?: string;
        party: PartyCode;
        sponsorshipDate: string;
        sponsorshipWithdrawnDate?: string;
        state: StateCode;
        url: string;
    }

    Congress interface generated from zod AmendmentCosponsorSchema

    Type declaration

    • bioguideId: string

      The unique identifier for the amendment cosponsor, as assigned in the Biographical Directory of the United States Congress, 1774-Present. View a field values list of Bioguide identifiers for current and former members in Congress.gov.

    • firstName: string

      The first name of the amendment cosponsor.

    • fullName: string

      The display name for the amendment cosponsor.

    • isOriginalCosponsor: boolean

      A designation that the member is an original or additional cosponsor of the amendment. If the member cosponsored the amendment on the date of its submission, then this value will be "True". If the member cosponsored the amendment after its date of submission, then this value will be "False".

    • lastName: string

      The last name of the amendment cosponsor.

    • Optionalmiddlename?: string

      The middle name or initial of the amendment cosponsor.

    • party: PartyCode

      The party code of the amendment cosponsor. Possible values are "D", "R", "I", "ID", and "L".

    • sponsorshipDate: string

      The date the member became a cosponsor of the amendment.

    • OptionalsponsorshipWithdrawnDate?: string

      The date the cosponsor withdrew their cosponsorship of amendment.

    • state: StateCode

      A two-letter abbreviation for the state, territory, or district represented by the amendment cosponsor.

    • url: string

      A referrer URL to the member item in the API.