import { XmlAttributeComponent } from "file/xml-components"; export interface IShapePropertiesAttributes { bwMode?: string; } export class ShapePropertiesAttributes extends XmlAttributeComponent { protected xmlKeys = { bwMode: "bwMode", }; }