Inline single use interfaces
This commit is contained in:
@ -1,10 +1,8 @@
|
||||
import { XmlAttributeComponent } from "file/xml-components";
|
||||
|
||||
export interface IRelationshipsAttributesProperties {
|
||||
export class RelationshipsAttributes extends XmlAttributeComponent<{
|
||||
readonly xmlns: string;
|
||||
}
|
||||
|
||||
export class RelationshipsAttributes extends XmlAttributeComponent<IRelationshipsAttributesProperties> {
|
||||
}> {
|
||||
protected readonly xmlKeys = {
|
||||
xmlns: "xmlns",
|
||||
};
|
||||
|
Reference in New Issue
Block a user