chore(core,types): add UpdateEdgeOptions type
This commit is contained in:
@@ -277,3 +277,7 @@ export type SelectionRect = Rect & {
|
||||
};
|
||||
|
||||
export type OnError = (id: string, message: string) => void;
|
||||
|
||||
export interface UpdateEdgeOptions {
|
||||
shouldReplaceId?: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user