Skip to content

Function: getCommitteeDetails() ​

ts
function getCommitteeDetails(chamber: string, committeeCode: string): Promise<{
  committee: CongressCommittee;
}>;

Defined in: congress/sdk.ts:716

Get detailed committee info.

Parameters ​

ParameterType
chamberstring
committeeCodestring

Returns ​

Promise<{ committee: CongressCommittee; }>

Released under the MIT License.