Variable PriorityOwnSelectFieldsSchemaConst
PriorityOwnSelectFieldsSchema: ZodObject<
{
description: ZodOptional<ZodCoercedBoolean<unknown>>;
givenPriorities: ZodOptional<ZodCoercedBoolean<unknown>>;
id: ZodOptional<ZodCoercedBoolean<unknown>>;
isDefault: ZodOptional<ZodCoercedBoolean<unknown>>;
name: ZodOptional<ZodCoercedBoolean<unknown>>;
projects: ZodOptional<ZodCoercedBoolean<unknown>>;
takenPriorities: ZodOptional<ZodCoercedBoolean<unknown>>;
tasks: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...