UNPKG

@viewdo/dxp-story-cli

Version:

DXP Story Management CLI

13 lines (12 loc) 327 B
import { KeyNamePair } from "./KeyNamePair"; export declare class StoryCustomLink extends KeyNamePair { /** * The external url to redirect the browser after clicking. * */ targetUrl: string; /** True if we should capture the counts and report on them. @default true */ isKpi: boolean; }