pm-db
    Preparing search index...

    Variable AssignmentHistoryOwnIncludeSchemaJsonConst

    AssignmentHistoryOwnIncludeSchemaJson: ZodPipe<
        ZodTransform<any, unknown>,
        ZodObject<
            {
                createdBy: ZodOptional<ZodCoercedBoolean<unknown>>;
                newUser: ZodOptional<ZodCoercedBoolean<unknown>>;
                oldUser: ZodOptional<ZodCoercedBoolean<unknown>>;
                project: ZodOptional<ZodCoercedBoolean<unknown>>;
                task: ZodOptional<ZodCoercedBoolean<unknown>>;
            },
            $strip,
        >,
    > = ...