congress-dot-gov - v0.4.3
    Preparing search index...
    DailyCongressionalRecordArticle: {
        name: string;
        sectionArticles: {
            endPage: string;
            startPage: string;
            text: { type: string; url: string }[];
            title: string;
        }[];
    }

    Type declaration

    • name: string
    • sectionArticles: {
          endPage: string;
          startPage: string;
          text: { type: string; url: string }[];
          title: string;
      }[]