AAE-38420 Allow any string in QueryParams include param (#11252)

This commit is contained in:
Robert Duda
2025-10-10 13:43:42 +02:00
committed by GitHub
parent cb5831450e
commit 816601fcec
@@ -25,7 +25,7 @@ import { BaseCloudService } from '../../../services/base-cloud.service';
import { TaskVariableCloud } from '../../../form/models/task-variable-cloud.model';
export interface QueryParams {
include: 'variables';
include: string;
excludedCategory?: string;
}