UNPKG

pptx-automizer-mp70

Version:
9 lines (8 loc) 251 B
import IArchive, { ArchiveInput } from './iarchive'; import { XmlDocument } from '../types/xml-types'; export interface ITemplate { location: string; file: ArchiveInput; archive: IArchive; getSlideIdList: () => Promise<XmlDocument>; }