enforce values as string[] instead of any
Signed-off-by: Kashish Mittal <kmittal@redhat.com>
This commit is contained in:
@@ -111,7 +111,7 @@ export type TaskBrokerDispatchOptions = {
|
||||
*/
|
||||
export type TaskFilter = {
|
||||
key: string;
|
||||
values?: Array<string> | undefined;
|
||||
values?: string[];
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user