Function: billTypeToUrlSegment() ​
ts
function billTypeToUrlSegment(billType: string): string;Defined in: congress/sdk.ts:69
Convert a bill type code to its Congress.gov URL segment.
Parameters ​
| Parameter | Type |
|---|---|
billType | string |
Returns ​
string