Skip to content

Commit

Permalink
fix: add maybeOne interface
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Apr 14, 2017
1 parent 9ab68a6 commit 72b984c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export type DatabasePoolConnectionType = DatabaseConnectionType;
export type DatabaseConnectionType = {
+any: QueryAnyType<*>,
+many: QueryManyType<*>,
+maybeOne: QueryMaybeOneType<*>,
+one: QueryOneType<*>,
+query: QueryType<*>
};
Expand Down

0 comments on commit 72b984c

Please sign in to comment.