UNPKG

acebase-core

Version:

Shared AceBase core components, no need to install manually

9 lines 307 B
export declare class PathReference { path: string; /** * 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: string); } //# sourceMappingURL=path-reference.d.ts.map