congress-dot-gov - v0.4.3
    Preparing search index...

    Type Alias Committee

    Committee: {
        bills: { count: number; url: string };
        communications: { count: number; url: string };
        history: {
            committeeTypeCode: CommitteeType;
            endDate?: string;
            establishingAuthority?: string;
            libraryOfCongressName: string;
            locLinkedDataId?: string;
            naraId?: string;
            officialName: string;
            startDate: string;
            superintendentDocumentNumber?: string;
            updateDate: string;
        }[];
        isCurrent: boolean;
        nominations?: { count: number; url: string };
        parent?: { name: string; systemCode: string; url: string };
        reports: { count: number; url: string };
        subcommittees?: { name: string; systemCode: string; url: string }[];
        systemCode: string;
        type: string;
        updateDate: string;
    }

    Type declaration

    • bills: { count: number; url: string }
    • communications: { count: number; url: string }
    • history: {
          committeeTypeCode: CommitteeType;
          endDate?: string;
          establishingAuthority?: string;
          libraryOfCongressName: string;
          locLinkedDataId?: string;
          naraId?: string;
          officialName: string;
          startDate: string;
          superintendentDocumentNumber?: string;
          updateDate: string;
      }[]
    • isCurrent: boolean
    • Optionalnominations?: { count: number; url: string }
    • Optionalparent?: { name: string; systemCode: string; url: string }
    • reports: { count: number; url: string }
    • Optionalsubcommittees?: { name: string; systemCode: string; url: string }[]
    • systemCode: string
    • type: string
    • updateDate: string