UNPKG

@viewdo/dxp-story-cli

Version:

DXP Story Management CLI

19 lines (18 loc) 450 B
import { ConfigurationSourceType } from "./ConfigurationSourceType"; export declare class ConfigurationSource { constructor(); /** * The owning model key. * 'iVX' if the sourceType is Global */ modelKey: string; /** * The service key identifier. */ serviceKey: string; /** * Which model type owns the configuration. * Global | Organization */ sourceType: ConfigurationSourceType; }