Type Alias TWSStatsChannelIdScalarWhereWithAggregatesInput

TWSStatsChannelIdScalarWhereWithAggregatesInput: {
    AND?: TWSStatsChannelIdScalarWhereWithAggregatesInput | TWSStatsChannelIdScalarWhereWithAggregatesInput[];
    NOT?: TWSStatsChannelIdScalarWhereWithAggregatesInput | TWSStatsChannelIdScalarWhereWithAggregatesInput[];
    OR?: TWSStatsChannelIdScalarWhereWithAggregatesInput[];
    dbId?: StringWithAggregatesFilter<"TWSStatsChannelId"> | string;
    isLive?: StringNullableWithAggregatesFilter<"TWSStatsChannelId"> | string | null;
    twitterStreamerId?: StringWithAggregatesFilter<"TWSStatsChannelId"> | string;
}