UNPKG

acebase-core

Version:

Shared AceBase core components, no need to install manually

14 lines 445 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PathReference = void 0; class PathReference { /** * Creates a reference to a path that can be stored in the database. Use this to create cross-references to other data in your database * @param path */ constructor(path) { this.path = path; } } exports.PathReference = PathReference; //# sourceMappingURL=path-reference.js.map