Type Alias WSCurrentlyLiveScalarWhereWithAggregatesInput

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