UNPKG

@viewdo/dxp-story-cli

Version:

DXP Story Management CLI

9 lines (8 loc) 181 B
export declare class KeyNamePair { /** * The unique id for this item * @pattern ^[A-Za-z0-9-_]{1,30}$ */ key: string; /** Friendly name */ name: string; }