types: update IUpdateElementByIdOption interface #737

npr765
Hufe921 2 years ago
parent 997ecc03e8
commit d0390cc775

@ -177,5 +177,5 @@ export interface IElementFillRect {
export interface IUpdateElementByIdOption {
id: string
properties: Omit<IElement, 'id'>
properties: Omit<Partial<IElement>, 'id'>
}

Loading…
Cancel
Save