Skip to content

Commit d3629eb

Browse files
feat: Added filters in UpdateUserJobCommand
1 parent c0aab08 commit d3629eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/api/src/app/import-jobs/usecase/update-userjob/update-userjob.command.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import { IFilter } from '@impler/shared';
2+
13
export class UpdateUserJobCommand {
24
url: string;
35

@@ -12,4 +14,6 @@ export class UpdateUserJobCommand {
1214
status: string;
1315

1416
nextRun?: Date;
17+
18+
filters?: IFilter[];
1519
}

0 commit comments

Comments
 (0)