Type alias GetAutomationRunsWhere

GetAutomationRunsWhere: {
    automationId?: string;
    automationRunId?: string;
    consumerKey?: string;
}

Type declaration

  • Optional automationId?: string
  • Optional automationRunId?: string
  • Optional consumerKey?: string