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

    Type Alias CRSReport

    CRSReport: {
        authors: { author: string }[];
        contentType: string;
        formats: { format: string; url: string }[];
        id: string;
        publishDate: string;
        relatedMaterials: {
            congress: number;
            number: string | number;
            title: null | string;
            type: string;
            URL: string;
        }[];
        status: string;
        summary: string;
        title: string;
        topics: { topic: string }[];
        updateDate: string;
        url: string;
        version: number;
    }

    Type declaration

    • authors: { author: string }[]
    • contentType: string
    • formats: { format: string; url: string }[]
    • id: string
    • publishDate: string
    • relatedMaterials: {
          congress: number;
          number: string | number;
          title: null | string;
          type: string;
          URL: string;
      }[]
    • status: string
    • summary: string
    • title: string
    • topics: { topic: string }[]
    • updateDate: string
    • url: string
    • version: number