import { XmlAttributeComponent } from "file/xml-components"; export interface IPicLocksAttributes { noChangeAspect?: number; noChangeArrowheads?: number; } export class PicLocksAttributes extends XmlAttributeComponent { protected xmlKeys = { noChangeAspect: "noChangeAspect", noChangeArrowheads: "noChangeArrowheads", }; }