Type Alias TSCurrentlyLiveScalarWhereWithAggregatesInput

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