Type Alias GetAutomationExecutionParams

GetAutomationExecutionParams: GetSpaceEnvironmentParams & {
    automationExecutionId: string;
}