interface Dwg_Field_Value {
    data?: string | number | DwgPoint2D | DwgPoint3D | Dwg_Color;
    message?: string;
    success: boolean;
}

Properties

data?: string | number | DwgPoint2D | DwgPoint3D | Dwg_Color
message?: string
success: boolean