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 a176915 commit 24aa238Copy full SHA for 24aa238
1 file changed
src/Operation.js
@@ -3,7 +3,7 @@
3
type OperationOptions = {
4
method?: string,
5
returns?: string,
6
- types?: Array,
+ types?: Array<string>,
7
}
8
9
/**
0 commit comments