Variable PriorityOwnIncludeSchemaConst
PriorityOwnIncludeSchema: ZodObject<
{
givenPriorities: ZodOptional<ZodCoercedBoolean<unknown>>;
projects: ZodOptional<ZodCoercedBoolean<unknown>>;
takenPriorities: ZodOptional<ZodCoercedBoolean<unknown>>;
tasks: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...