UNPKG
mp70-pptx-automizer
Version:
latest (0.6.3)
0.6.3
0.6.2
A template based pptx generator
github.com/singerla/pptx-automizer
singerla/pptx-automizer
mp70-pptx-automizer
/
dist
/
interfaces
/
ishape.d.ts
6 lines
(5 loc)
•
121 B
TypeScript
View Raw
1
2
3
4
5
6
import
IArchive
from
'./iarchive'
;
export
interface
IShape
{
sourceArchive
:
IArchive
;
targetArchive
:
IArchive
; }