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 {
id: string
elements: PPTElement[]
notes: Note[]
notes?: Note[]
remark?: string
background?: SlideBackground
animations?: PPTAnimation[]