Type alias GetAutomationRunOpts

GetAutomationRunOpts: {
    waitFor?: "any-execution";
    where: GetAutomationRunWhere;
}

Type declaration