Skip to content

Interface: CongressTreaty ​

Defined in: congress/types.ts:407

Congress Treaty.

Indexable ​

ts
[key: string]: unknown

Properties ​

congress? ​

ts
optional congress: number;

Defined in: congress/types.ts:410


congressReceived? ​

ts
optional congressReceived: number;

Defined in: congress/types.ts:411


inForceDate? ​

ts
optional inForceDate: string;

Defined in: congress/types.ts:414


latestAction? ​

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

Defined in: congress/types.ts:416

actionDate? ​

ts
optional actionDate: string;

text? ​

ts
optional text: string;

number? ​

ts
optional number: string | number;

Defined in: congress/types.ts:408


resolutionText? ​

ts
optional resolutionText: string;

Defined in: congress/types.ts:415


suffix? ​

ts
optional suffix: string;

Defined in: congress/types.ts:409


topic? ​

ts
optional topic: string;

Defined in: congress/types.ts:412


transmittedDate? ​

ts
optional transmittedDate: string;

Defined in: congress/types.ts:413


url? ​

ts
optional url: string;

Defined in: congress/types.ts:417

Released under the MIT License.