exportclassPathReference {
/**
* 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
* @parampath
*/constructor(path) {
this.path = path;
}
}
//# sourceMappingURL=path-reference.js.map