pm-db
    Preparing search index...

    Variable PointOwnIncludeSchemaJsonConst

    PointOwnIncludeSchemaJson: ZodPipe<
        ZodTransform<any, unknown>,
        ZodObject<
            {
                givenPointes: ZodOptional<ZodCoercedBoolean<unknown>>;
                takenPointes: ZodOptional<ZodCoercedBoolean<unknown>>;
                tasks: ZodOptional<ZodCoercedBoolean<unknown>>;
            },
            $strip,
        >,
    > = ...