1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

image to string

This commit is contained in:
muerwre 2019-08-23 09:21:45 +07:00
parent 32b9a0dbbb
commit ac1af27d17

View file

@ -90,7 +90,7 @@ export interface INode {
files: IFile[];
cover: IFile;
type: 'image';
type: string;
blocks: IBlock[];