0.1.1 #2

Merged
Thilawyn merged 47 commits from next into master 2024-01-17 20:47:13 +01:00
Showing only changes of commit 66e2f5059e - Show all commits

View File

@@ -23,7 +23,7 @@ export type SchemableClass<
readonly defaultValues: DefaultValues readonly defaultValues: DefaultValues
} & SchemaValues, } & SchemaValues,
any[] Parameters<(values: SchemaValues) => void>
> & { > & {
readonly schema: z.ZodObject< readonly schema: z.ZodObject<
SchemaT, SchemaT,