UNPKG

cv-dialog-sdk

Version:

Catavolt Dialog Javascript API

9 lines (8 loc) 258 B
export declare class CodeRef { readonly code: string; readonly description: string; readonly type: string; constructor(code: string, description: string, type?: string); toString(): string; static fromString(codeRef: any): CodeRef; }