interface DwgVersion {
    description: string;
    hdr: string;
    type: string;
    version: number;
}

Properties

description: string
hdr: string
type: string
version: number