Type Alias RSStatsChannelIdScalarWhereWithAggregatesInput

RSStatsChannelIdScalarWhereWithAggregatesInput: {
    AND?: RSStatsChannelIdScalarWhereWithAggregatesInput | RSStatsChannelIdScalarWhereWithAggregatesInput[];
    NOT?: RSStatsChannelIdScalarWhereWithAggregatesInput | RSStatsChannelIdScalarWhereWithAggregatesInput[];
    OR?: RSStatsChannelIdScalarWhereWithAggregatesInput[];
    dbId?: StringWithAggregatesFilter<"RSStatsChannelId"> | string;
    isLive?: StringNullableWithAggregatesFilter<"RSStatsChannelId"> | string | null;
    rumbleStreamerId?: StringWithAggregatesFilter<"RSStatsChannelId"> | string;
}