Remove hasTemplateEntityRefs and only keep hasCreatedBy
Signed-off-by: Kashish Mittal <kmittal@redhat.com>
This commit is contained in:
@@ -110,7 +110,7 @@ export type TaskBrokerDispatchOptions = {
|
||||
* @public
|
||||
*/
|
||||
export type TaskFilter = {
|
||||
property: 'createdBy' | 'templateEntityRefs';
|
||||
property: 'createdBy';
|
||||
values: Array<string> | undefined;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user