Type alias GetAutomationsWhere

GetAutomationsWhere: {
    action?: {
        actionKey?: string;
        appKey?: string;
        credentialKey?: string;
    };
    active?: boolean;
    blueprintKey?: string;
    consumerKey?: string;
    name?: string;
    status?: Automation["status"];
    trigger?: {
        appKey?: string;
        credentialKey?: string;
        triggerKey?: string;
    };
}

Type declaration

  • Optional action?: {
        actionKey?: string;
        appKey?: string;
        credentialKey?: string;
    }
    • Optional actionKey?: string
    • Optional appKey?: string
    • Optional credentialKey?: string
  • Optional active?: boolean
  • Optional blueprintKey?: string
  • Optional consumerKey?: string
  • Optional name?: string
  • Optional status?: Automation["status"]
  • Optional trigger?: {
        appKey?: string;
        credentialKey?: string;
        triggerKey?: string;
    }
    • Optional appKey?: string
    • Optional credentialKey?: string
    • Optional triggerKey?: string