UNPKG

@viewdo/dxp-story-cli

Version:

DXP Story Management CLI

8 lines (7 loc) 142 B
import { Rule } from './Rule'; export interface RuleSet { stateId?: string; rules?: any[]; rule?: Rule; [key: string]: any; }