import { type ObjRef } from "../objRef/index.js"; /** * Object unique identity * @public */ export interface IDashboardObjectIdentity { /** * Object ref */ readonly ref: ObjRef; /** * Object uri */ readonly uri: string; /** * Object identifier */ readonly identifier: string; } //# sourceMappingURL=common.d.ts.map