Type Alias DailyCongressionalRecordArticle
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;
}[]