UNPKG

@viewdo/dxp-story-cli

Version:

DXP Story Management CLI

7 lines (6 loc) 161 B
import { StateBase } from './StateBase'; export interface HtmlState extends StateBase { html?: string; templateUrl?: string; timeoutInMs?: number; }