UNPKG

@viewdo/dxp-story-cli

Version:

DXP Story Management CLI

10 lines (9 loc) 181 B
export declare class StoryCustomKpi { /** * The id for this KPI * @pattern ^[A-Za-z0-9-]{1,16}$ */ key: string; slug?: string | null; name: string; }