modified git ignore
This commit is contained in:
13
build/file/relationships/relationship/relationship-attributes.d.ts
vendored
Normal file
13
build/file/relationships/relationship/relationship-attributes.d.ts
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
import { XmlAttributeComponent } from "../../../file/xml-components";
|
||||
export interface IRelationshipAttributesProperties {
|
||||
id: string;
|
||||
type: string;
|
||||
target: string;
|
||||
}
|
||||
export declare class RelationshipAttributes extends XmlAttributeComponent<IRelationshipAttributesProperties> {
|
||||
protected xmlKeys: {
|
||||
id: string;
|
||||
type: string;
|
||||
target: string;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user