interface DwgThumbnail {
    data: Uint8Array;
    type: DwgThumbnailImageType;
}

Properties

Properties

data: Uint8Array