export class WorkflowSettings {
  name: string;
  value: string;
}
