UNPKG

@cmk/fe_utils

Version:
5 lines (3 loc) 283 B
import { EditorSetting, EditorStateType } from '../../types'; import { EditorStateDbDataType } from './editorDbStateType'; export declare const serializeEditorState: (payload: EditorStateType, editorSettings?: EditorSetting[]) => Omit<EditorStateDbDataType, "data_changes"> | null;