UNPKG

cv-dialog-sdk

Version:

Catavolt Dialog Javascript API

9 lines (8 loc) 272 B
export declare class ObjectRef { readonly objectId: string; readonly description: string; readonly type: string; constructor(objectId: string, description: string, type?: string); toString(): string; static fromString(objectRef: any): ObjectRef; }