Type Alias RSCurrentlyLiveScalarWhereWithAggregatesInput

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