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

    Type Alias AmendmentText

    AmendmentText: {
        date: string;
        formats: { type: string; url: string }[];
        type: AmendmentTextType;
    }

    Congress interface generated from zod AmendmentTextSchema

    Type declaration

    • date: string

      The date of the amendment text.

    • formats: { type: string; url: string }[]

      Amendment text format types

    • type: AmendmentTextType

      The type of the amendment. For example, "Submitted" or "Modified".