fix: 批注类型修复

This commit is contained in:
pipipi-pikachu 2024-02-04 22:36:38 +08:00
parent 32d1601830
commit dddf6a96c3

View File

@ -692,7 +692,7 @@ export interface Note {
export interface Slide { export interface Slide {
id: string id: string
elements: PPTElement[] elements: PPTElement[]
notes: Note[] notes?: Note[]
remark?: string remark?: string
background?: SlideBackground background?: SlideBackground
animations?: PPTAnimation[] animations?: PPTAnimation[]