UNPKG

@botonic/plugin-flow-builder

Version:

Use Flow Builder to show your contents

10 lines (8 loc) 239 B
import { HtBaseNode, HtVideoLocale } from './common' import { HtNodeWithContentType } from './node-types' export interface HtVideoNode extends HtBaseNode { type: HtNodeWithContentType.VIDEO content: { video: HtVideoLocale[] } }