UNPKG

cv-dialog-sdk

Version:

Catavolt Dialog Javascript API

7 lines (6 loc) 178 B
export declare class ViewDescriptor { readonly id: string; readonly name: string; readonly title: string; constructor(id: string, name: string, title: string); }