Type Alias TTSCurrentlyLiveScalarWhereWithAggregatesInput

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