import { BlockIDStr } from "./IBlock"; export interface IBlockEmbedNote { readonly type: 'block-embed'; readonly ref: BlockIDStr; }