UNPKG

@botonic/plugin-flow-builder

Version:

Use Flow Builder to show your contents

11 lines (9 loc) 286 B
import { HtBaseNode, HtInputLocale, HtTextLocale } from './common' import { HtNodeWithContentType } from './node-types' export interface HtKeywordNode extends HtBaseNode { type: HtNodeWithContentType.KEYWORD content: { title: HtTextLocale[] keywords: HtInputLocale[] } }