Skip to content

Interface: CongressSponsoredBill ​

Defined in: congress/types.ts:75

Congress Sponsored Bill.

Indexable ​

ts
[key: string]: unknown

Properties ​

congress? ​

ts
optional congress: number;

Defined in: congress/types.ts:79


introducedDate? ​

ts
optional introducedDate: string;

Defined in: congress/types.ts:80


latestAction? ​

ts
optional latestAction: {
  actionDate?: string;
  text?: string;
};

Defined in: congress/types.ts:81

actionDate? ​

ts
optional actionDate: string;

text? ​

ts
optional text: string;

number? ​

ts
optional number: number;

Defined in: congress/types.ts:77


title? ​

ts
optional title: string;

Defined in: congress/types.ts:78


type? ​

ts
optional type: string;

Defined in: congress/types.ts:76

Released under the MIT License.