Fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Julien Valverdé
2024-02-20 01:48:55 +01:00
parent 7af7fe9b65
commit 0e609f7185

View File

@@ -24,7 +24,7 @@ export function ZodSchemaClassOf<
}, },
) { ) {
const exp = expression const exp = expression
.extends(class extends (of as AbstractClass<{}, []>) { .extends(class extends (of as AbstractClass<object, []>) {
static readonly schema = schema static readonly schema = schema
static readonly defaultValues = defaultValues static readonly defaultValues = defaultValues