Type Alias GetAutomationDefinitionParamsInternal

GetAutomationDefinitionParams: GetSpaceEnvironmentParams & {
    automationDefinitionId: string;
}