From ac1af27d1766fa78879d35b258f1267153b3c07c Mon Sep 17 00:00:00 2001 From: muerwre Date: Fri, 23 Aug 2019 09:21:45 +0700 Subject: [PATCH] image to string --- src/redux/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redux/types.ts b/src/redux/types.ts index 739473a8..214820f1 100644 --- a/src/redux/types.ts +++ b/src/redux/types.ts @@ -90,7 +90,7 @@ export interface INode { files: IFile[]; cover: IFile; - type: 'image'; + type: string; blocks: IBlock[];