congress-dot-gov - v0.4.3
    Preparing search index...
    CommitteeMeeting: {
        chamber: Chamber;
        committees: { name: string; systemCode: string; url: string }[];
        congress: number;
        date: string;
        eventId: string;
        hearingTranscript: { jacketNumber: number; url: string }[];
        location: { building: string; room: string };
        meetingDocuments: {
            description?: null | string;
            documentType: string;
            format: string;
            name: string;
            url: string;
        }[];
        meetingStatus: string;
        relatedItems: {
            bills?: { congress: number; number: string; type: string; url: string }[];
            nominations?: {
                congress: number;
                number: string;
                part: string;
                url: string;
            }[];
            treaties?: { congress: number; number: string; part: string; url: string }[];
        };
        title: string;
        type: string;
        updateDate: string;
        videos: any[];
        witnessDocuments: { documentType: string; format: string; url: string }[];
        witnesses: { name: string; organization: string; position: string }[];
    }

    Type declaration

    • chamber: Chamber
    • committees: { name: string; systemCode: string; url: string }[]
    • congress: number
    • date: string
    • eventId: string
    • hearingTranscript: { jacketNumber: number; url: string }[]
    • location: { building: string; room: string }
    • meetingDocuments: {
          description?: null | string;
          documentType: string;
          format: string;
          name: string;
          url: string;
      }[]
    • meetingStatus: string
    • relatedItems: {
          bills?: { congress: number; number: string; type: string; url: string }[];
          nominations?: {
              congress: number;
              number: string;
              part: string;
              url: string;
          }[];
          treaties?: { congress: number; number: string; part: string; url: string }[];
      }
    • title: string
    • type: string
    • updateDate: string
    • videos: any[]
    • witnessDocuments: { documentType: string; format: string; url: string }[]
    • witnesses: { name: string; organization: string; position: string }[]