Hierarchy

Implements

Constructors

Properties

baseURI: string = 'bill'
billType?:
    | "s"
    | "hres"
    | "hjres"
    | "hconres"
    | "sres"
    | "sjres"
    | "sconres"
    | "hr"
client: HTTPClient<Context> = congressClient
congress?: number
openStream: ((this: ListModel<Bill, Partial<NewData<Bill>>>) => AsyncGenerator<Bill, void, unknown>) = ...

Methods