Variable StatusOwnIncludeSchemaConst
StatusOwnIncludeSchema: ZodObject<
{
givenStatuses: ZodOptional<ZodCoercedBoolean<unknown>>;
projects: ZodOptional<ZodCoercedBoolean<unknown>>;
takenStatuses: ZodOptional<ZodCoercedBoolean<unknown>>;
tasks: ZodOptional<ZodCoercedBoolean<unknown>>;
},
$strip,
> = ...