Skip to content

Interface: CongressBoundCongressionalRecord ​

Defined in: congress/types.ts:487

Bound Congressional Record (from /bound-congressional-record endpoints).

Indexable ​

ts
[key: string]: unknown

Properties ​

congress? ​

ts
optional congress: number;

Defined in: congress/types.ts:488


date? ​

ts
optional date: string;

Defined in: congress/types.ts:489


sessionNumber? ​

ts
optional sessionNumber: number;

Defined in: congress/types.ts:490


updateDate? ​

ts
optional updateDate: string;

Defined in: congress/types.ts:491


url? ​

ts
optional url: string;

Defined in: congress/types.ts:492


volumeNumber? ​

ts
optional volumeNumber: number;

Defined in: congress/types.ts:493

Released under the MIT License.