We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf2221 commit 3c22874Copy full SHA for 3c22874
packages/runtime/src/client/crud-types.ts
@@ -246,7 +246,7 @@ type EnumFilter<
246
Schema extends SchemaDef,
247
T extends GetEnums<Schema>,
248
Nullable extends boolean,
249
- WithAggregations extends Boolean,
+ WithAggregations extends boolean,
250
> =
251
| NullableIf<keyof GetEnum<Schema, T>, Nullable>
252
| ({
0 commit comments