UNPKG

@botonic/plugin-flow-builder

Version:

Use Flow Builder to show your contents

9 lines (8 loc) 187 B
import { HtNodeWithoutContentType } from './node-types'; export interface HtUrlNode { id: string; type: HtNodeWithoutContentType.URL; content: { url: string; }; }