UNPKG

@botonic/plugin-flow-builder

Version:

Use Flow Builder to show your contents

10 lines (8 loc) 183 B
import { HtNodeWithoutContentType } from './node-types' export interface HtPayloadNode { id: string type: HtNodeWithoutContentType.PAYLOAD content: { payload: string } }