UNPKG

@viewdo/dxp-story-cli

Version:

DXP Story Management CLI

8 lines (7 loc) 188 B
import { DataPoint } from './DataPoint'; export declare class Input extends DataPoint { source: string; isIdentifier: boolean; visibleInReport: boolean; locked: boolean; }