Type Alias TWSCurrentlyLiveScalarWhereWithAggregatesInput

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