Type Alias GetAutomationDefinitionParams

GetAutomationDefinitionParams: GetSpaceEnvironmentParams & {
    automationDefinitionId: string;
}