chore(core,types): add UpdateEdgeOptions type

This commit is contained in:
braks
2023-03-02 16:59:43 +01:00
parent 16bf89f2b7
commit 24d4c56343

View File

@@ -277,3 +277,7 @@ export type SelectionRect = Rect & {
};
export type OnError = (id: string, message: string) => void;
export interface UpdateEdgeOptions {
shouldReplaceId?: boolean;
}