pm-db
    Preparing search index...

    Variable PriorityOwnSelectFieldsSchemaJsonConst

    PriorityOwnSelectFieldsSchemaJson: ZodPipe<
        ZodTransform<any, unknown>,
        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,
        >,
    > = ...