Skip to content

Commit

Permalink
fix: flow type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
HsuTing authored and nodkz committed Aug 1, 2019
1 parent 1957f78 commit 5cd2699
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/definition.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export type ConcreteBatch = {
name: string,
query: any,
text: ?string,
operationKind: string,
};
export type CacheConfig = {
force?: ?boolean,
Expand Down

0 comments on commit 5cd2699

Please sign in to comment.