types: update IUpdateElementByIdOption interface #737

This commit is contained in:
Hufe921
2024-08-05 17:51:24 +08:00
parent 997ecc03e8
commit d0390cc775
+1 -1
View File
@@ -177,5 +177,5 @@ export interface IElementFillRect {
export interface IUpdateElementByIdOption {
id: string
properties: Omit<IElement, 'id'>
properties: Omit<Partial<IElement>, 'id'>
}