import { EditableType } from 'ory-editor-core/lib/types/editable'; const EmptyContent: EditableType[] = [ { "id": "1", "cells": [], } ] export default EmptyContent;