We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc57c2 commit 6ee1a19Copy full SHA for 6ee1a19
src/repositories/filter.repository.ts
@@ -12,6 +12,10 @@ import {
12
EntityNotFoundError,
13
} from "@loopback/repository";
14
15
+export interface FilterOptions extends Options {
16
+ context: Context;
17
+}
18
+
19
/**
20
* This interface contains additional types added to FilterRepositoryMixin type
21
*/
@@ -21,10 +25,6 @@ export interface FilterRepository<
25
Relations extends object = {}
22
26
> {}
23
27
24
-export interface FilterOptions extends Options {
- context: Context;
-}
-
28
29
* +--------+
30
* | create |
0 commit comments