mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
AAE-37067 Extend QueryParams interface (#11102)
This commit is contained in:
committed by
GitHub
parent
1fe4dd6fc9
commit
67b1d67668
@@ -26,6 +26,7 @@ import { TaskVariableCloud } from '../../../form/models/task-variable-cloud.mode
|
|||||||
|
|
||||||
export interface QueryParams {
|
export interface QueryParams {
|
||||||
include: 'variables';
|
include: 'variables';
|
||||||
|
excludedCategory?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Injectable({
|
@Injectable({
|
||||||
|
Reference in New Issue
Block a user