Skip to content

Commit 24aa238

Browse files
committed
Added missing parameter for array spec
1 parent a176915 commit 24aa238

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Operation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
type OperationOptions = {
44
method?: string,
55
returns?: string,
6-
types?: Array,
6+
types?: Array<string>,
77
}
88

99
/**

0 commit comments

Comments
 (0)