UNPKG

@viewdo/dxp-story-cli

Version:

DXP Story Management CLI

9 lines (8 loc) 186 B
import { DisplayType } from "./DisplayType"; export declare class ServiceProperty { key: string; name: string; display: DisplayType; required: boolean; value: any; }