Type alias QueryParams

QueryParams: {
    contentTopic: string;
    endTime?: Date;
    startTime?: Date;
}

Type declaration

  • contentTopic: string
  • Optional endTime?: Date
  • Optional startTime?: Date

Generated using TypeDoc