export type DemoerArgsType = 'boolean' | 'flow-preset' | 'string' | 'icon' | string; export type DemoerParameters = { type: DemoerArgsType; values?: any[]; };