Type Alias QueryParams

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