UNPKG

@botonic/plugin-flow-builder

Version:

Use Flow Builder to show your contents

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