UNPKG

@botonic/plugin-flow-builder

Version:

Use Flow Builder to show your contents

14 lines (12 loc) 380 B
import { HtButton } from './button' import { HtBaseNode, HtTextLocale } from './common' import { HtNodeWithContentType } from './node-types' export interface HtWhatsappCTAUrlButtonNode extends HtBaseNode { type: HtNodeWithContentType.WHATSAPP_CTA_URL_BUTTON content: { text: HtTextLocale[] header: HtTextLocale[] footer: HtTextLocale[] button: HtButton } }