feat: strart refactoring types

This commit is contained in:
cudr
2019-11-03 11:32:52 +03:00
parent a805d2476a
commit 0f98915909
7 changed files with 16 additions and 14 deletions

View File

@@ -1,3 +1,5 @@
import { ValueJSON } from 'slate'
export type CursorKey = string
export type SyncDoc = any
export interface SyncDoc extends ValueJSON {}