"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaultPrimaryKey = void0;
// If this string is the same as another field name, it would be a problem// so it must be uniqueexports.defaultPrimaryKey = "dx-default-pk";