Skip to content

Commit 4fc4a91

Browse files
committed
fix types
1 parent 45c51c5 commit 4fc4a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/three-domain-secure/types.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,6 @@ export type GQLError = {|
125125
|};
126126
export type GqlResponse = {|
127127
data?: Update3DSTokenResponse,
128-
errors?: Array<GQLError>,
128+
errors?: $ReadOnlyArray<GQLError>,
129129
|};
130130
/* eslint-enable no-restricted-globals, promise/no-native */

0 commit comments

Comments
 (0)