Interface Summary

interface Summary {
    actionDate: string;
    actionDesc: string;
    bill: Bill;
    currentChamber: string;
    currentChamberCode: string;
    lastSummaryUpdateDate: string;
    text: string;
    updateDate: string;
    url?: string;
    versionCode: string;
}

Hierarchy (view full)

  • Base
  • Record<
        | "versionCode"
        | `currentChamber${"" | "Code"}`
        | `action${"Date" | "Desc"}`
        | "lastSummaryUpdateDate"
        | "text", string>
    • Summary

Properties

actionDate: string
actionDesc: string
bill: Bill
currentChamber: string
currentChamberCode: string
lastSummaryUpdateDate: string
text: string
updateDate: string
url?: string
versionCode: string