interface DwgXData {
    appName: string;
    value: DwgXDataEntry[];
}

Properties

Properties

appName: string
value: DwgXDataEntry[]