Interface RolloutConfig
interface RolloutConfig {
apps: {};
onAutomationCreated?: OnAutomationCreatedFunction;
onAutomationDeleted?: OnAutomationDeletedFunction;
onAutomationRunResults?: OnAutomationRunResultsFunction;
onAutomationUpdated?: OnAutomationUpdatedFunction;
}
apps: {};
onAutomationCreated?: OnAutomationCreatedFunction;
onAutomationDeleted?: OnAutomationDeletedFunction;
onAutomationRunResults?: OnAutomationRunResultsFunction;
onAutomationUpdated?: OnAutomationUpdatedFunction;
}
Hierarchy
- TypeOf<typeof zRolloutConfig>
- RolloutConfig
Properties
apps
apps: {} = ...