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

    Type Alias AmendmentToAmendment

    AmendmentToAmendment: {
        congress: number;
        description?: string;
        latestAction: {
            actionDate: string;
            actionTime?: string;
            text: string;
            url: string;
        };
        number: string;
        purpose: string;
        type: AmendmentType;
        url: string;
    }

    Congress interface generated from zod AmendmentToAmendmentSchema

    Type declaration

    • congress: number

      The congress during which an amendment was submitted or offered.

    • Optionaldescription?: string

      The amendment's description. Only House amendments will have this element populated.

    • latestAction: { actionDate: string; actionTime?: string; text: string; url: string }

      The latest action taken on the amendment

      • actionDate: string

        The date of the latest action taken on the amendment.

      • OptionalactionTime?: string

        The time of the latest action taken on the amendment. Certain actions taken by the House contain this element.

      • text: string

        The text of the latest action taken on the amendment.

      • url: string

        A referrer URL to the amendment item in the API.

    • number: string

      The assigned amendment number.

    • purpose: string

      The amendment's purpose. House amendments and proposed Senate amendments may have this element populated.

    • type: AmendmentType

      The type of amendment. Possible values are "HAMDT", "SAMDT", and "SUAMDT". Note that the "SUAMDT" type value is only available for the 97th and 98th Congresses.

    • url: string