Type Alias KSCurrentlyLiveScalarWhereWithAggregatesInput

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