Type alias IBatchBlock

IBatchBlock: {
    children?: IBatchBlock[];
    content: string;
    properties?: Record<string, any>;
}

Type declaration

  • Optional children?: IBatchBlock[]
  • content: string
  • Optional properties?: Record<string, any>

Generated using TypeDoc