Interface: CongressNomination ​
Defined in: congress/types.ts:394
Congress Nomination.
Indexable ​
ts
[key: string]: unknownProperties ​
congress? ​
ts
optional congress: number;Defined in: congress/types.ts:396
description? ​
ts
optional description: string;Defined in: congress/types.ts:397
latestAction? ​
ts
optional latestAction: {
actionDate?: string;
text?: string;
};Defined in: congress/types.ts:401
actionDate? ​
ts
optional actionDate: string;text? ​
ts
optional text: string;nominees? ​
ts
optional nominees: {
firstName?: string;
lastName?: string;
position?: string;
state?: string;
}[];Defined in: congress/types.ts:400
firstName? ​
ts
optional firstName: string;lastName? ​
ts
optional lastName: string;position? ​
ts
optional position: string;state? ​
ts
optional state: string;number? ​
ts
optional number: string | number;Defined in: congress/types.ts:395
organization? ​
ts
optional organization: string;Defined in: congress/types.ts:399
receivedDate? ​
ts
optional receivedDate: string;Defined in: congress/types.ts:398
url? ​
ts
optional url: string;Defined in: congress/types.ts:402