Print a dedicated enum-array filter for the given enum model
DMMF.Model
Function to create the name of the generated schema
Function to create the name of the target schema
string
export const FilterSchemaName = z.object({ equals: EnumSchemaName.array().optional(), has: EnumSchemaName.optional(), hasEvery: EnumSchemaName.array().optional(), hasSome: EnumSchemaName.array().optional(), isEmpty: _bool.optional()}) Copy
export const FilterSchemaName = z.object({ equals: EnumSchemaName.array().optional(), has: EnumSchemaName.optional(), hasEvery: EnumSchemaName.array().optional(), hasSome: EnumSchemaName.array().optional(), isEmpty: _bool.optional()})
Print a dedicated enum-array filter for the given enum model