Skip to content

Variable: CHAMBERS ​

ts
const CHAMBERS: {
  house: "House of Representatives";
  joint: "Joint";
  senate: "Senate";
};

Defined in: congress/sdk.ts:74

Chamber codes

Type Declaration ​

house ​

ts
readonly house: "House of Representatives" = "House of Representatives";

joint ​

ts
readonly joint: "Joint" = "Joint";

senate ​

ts
readonly senate: "Senate" = "Senate";

Released under the MIT License.