UNPKG

@botonic/plugin-flow-builder

Version:

Use Flow Builder to show your contents

10 lines (8 loc) 247 B
import { HtBaseNode, HtMediaFileLocale } from './common' import { HtNodeWithContentType } from './node-types' export interface HtImageNode extends HtBaseNode { type: HtNodeWithContentType.IMAGE content: { image: HtMediaFileLocale[] } }