Type Alias YTSCurrentlyLiveScalarWhereWithAggregatesInput

YTSCurrentlyLiveScalarWhereWithAggregatesInput: {
    AND?: YTSCurrentlyLiveScalarWhereWithAggregatesInput | YTSCurrentlyLiveScalarWhereWithAggregatesInput[];
    NOT?: YTSCurrentlyLiveScalarWhereWithAggregatesInput | YTSCurrentlyLiveScalarWhereWithAggregatesInput[];
    OR?: YTSCurrentlyLiveScalarWhereWithAggregatesInput[];
    channelId?: StringNullableWithAggregatesFilter<"YTSCurrentlyLive"> | string | null;
    correct?: BoolNullableWithAggregatesFilter<"YTSCurrentlyLive"> | boolean | null;
    dbId?: StringWithAggregatesFilter<"YTSCurrentlyLive"> | string;
    messageId?: StringNullableWithAggregatesFilter<"YTSCurrentlyLive"> | string | null;
    youtubeStreamerId?: StringWithAggregatesFilter<"YTSCurrentlyLive"> | string;
}