From ef25b1dd15bd952aaa2f368c2bd08866a3c15ff7 Mon Sep 17 00:00:00 2001 From: ShaMan123 <34343793+ShaMan123@users.noreply.github.com> Date: Fri, 1 Jan 2021 12:42:13 +0200 Subject: [PATCH] Update index.ts --- src/types/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/types/index.ts b/src/types/index.ts index 98370b09..9fab312e 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -234,8 +234,8 @@ export type FitViewParams = { padding: number; }; -export type FlowExportObject = { - elements: Elements; +export type FlowExportObject = { + elements: Elements; position: [number, number]; zoom: number; };