modified git ignore
This commit is contained in:
5
build/file/relationships/relationship/relationship.d.ts
vendored
Normal file
5
build/file/relationships/relationship/relationship.d.ts
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
import { XmlComponent } from "../../../file/xml-components";
|
||||
export declare type RelationshipType = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/image" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/settings" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/webSettings" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/numbering" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/header" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/footer" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" | "http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties" | "http://schemas.openxmlformats.org/officeDocument/2006/relationships/extended-properties";
|
||||
export declare class Relationship extends XmlComponent {
|
||||
constructor(id: string, type: RelationshipType, target: string);
|
||||
}
|
Reference in New Issue
Block a user