Hierarchy

Constructors

  • Parameters

    • Optionalcongress: number
    • OptionalbillType:
          | "s"
          | "hres"
          | "hjres"
          | "hconres"
          | "sres"
          | "sjres"
          | "sconres"
          | "hr"

    Returns SummaryModel

Properties

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