/** * Defines the necessary information to serialize relational OpenDocumentConvention XML to disk */ import type IFile from './IFile'; interface IOpenDocumentConventionXml extends IFile { relationships: IFile | null; } export default IOpenDocumentConventionXml; //# sourceMappingURL=IOpenDocumentConventionXml.d.ts.map