Type Alias TTSStatsChannelIdScalarWhereWithAggregatesInput

TTSStatsChannelIdScalarWhereWithAggregatesInput: {
    AND?: TTSStatsChannelIdScalarWhereWithAggregatesInput | TTSStatsChannelIdScalarWhereWithAggregatesInput[];
    NOT?: TTSStatsChannelIdScalarWhereWithAggregatesInput | TTSStatsChannelIdScalarWhereWithAggregatesInput[];
    OR?: TTSStatsChannelIdScalarWhereWithAggregatesInput[];
    dbId?: StringWithAggregatesFilter<"TTSStatsChannelId"> | string;
    isLive?: StringNullableWithAggregatesFilter<"TTSStatsChannelId"> | string | null;
    tiktokStreamerId?: StringWithAggregatesFilter<"TTSStatsChannelId"> | string;
}