Skip to content

Commit 77abad9

Browse files
author
JF
committed
ResourceOptions
1 parent 07ee464 commit 77abad9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Resource.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// @flow
22

33
import Field from "./Field";
4+
import Filter from "./Filter";
45
import Operation from "./Operation";
56

67
type ResourceOptions = {
@@ -9,6 +10,7 @@ type ResourceOptions = {
910
deprecated?: boolean,
1011
readableFields?: Field[],
1112
writableFields?: Field[],
13+
filters?: Filter[],
1214
operations?: Operation[]
1315
};
1416

0 commit comments

Comments
 (0)