UNPKG

@botonic/plugin-flow-builder

Version:

Use Flow Builder to show your contents

13 lines (10 loc) 281 B
import { HtBaseNode } from './common' import { HtNodeWithContentType } from './node-types' interface SmartIntent { title: string description: string } export interface HtSmartIntentNode extends HtBaseNode { type: HtNodeWithContentType.SMART_INTENT content: SmartIntent }