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

    Type Alias Treaty

    Treaty: {
        actions: { count: number; url: string };
        congressConsidered: number;
        congressReceived: number;
        countriesParties: { name: string }[];
        indexTerms: { name: string }[];
        inForceDate: null;
        number: number;
        oldNumber: null;
        oldNumberDisplayName: null;
        parts: Record<string, any>;
        relatedDocs: { citation: string; url: string }[];
        resolutionText: string;
        suffix: string;
        titles: { title: string; titleType: string }[];
        topic: string;
        transmittedDate: string;
        updateDate: string;
    }

    Type declaration

    • actions: { count: number; url: string }
    • congressConsidered: number
    • congressReceived: number
    • countriesParties: { name: string }[]
    • indexTerms: { name: string }[]
    • inForceDate: null
    • number: number
    • oldNumber: null
    • oldNumberDisplayName: null
    • parts: Record<string, any>
    • relatedDocs: { citation: string; url: string }[]
    • resolutionText: string
    • suffix: string
    • titles: { title: string; titleType: string }[]
    • topic: string
    • transmittedDate: string
    • updateDate: string