UNPKG

@viewdo/dxp-story-cli

Version:

DXP Story Management CLI

11 lines (10 loc) 268 B
import { KeyNamePair } from "./KeyNamePair"; export declare class StoryInputMap extends KeyNamePair { /** * A map of input keys with their translations. * @TJS-examples ["local-key: foreign-key"] */ map: { [Key: string]: string; }; }