types: update IUpdateElementByIdOption interface #737
This commit is contained in:
@@ -177,5 +177,5 @@ export interface IElementFillRect {
|
|||||||
|
|
||||||
export interface IUpdateElementByIdOption {
|
export interface IUpdateElementByIdOption {
|
||||||
id: string
|
id: string
|
||||||
properties: Omit<IElement, 'id'>
|
properties: Omit<Partial<IElement>, 'id'>
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user