Page MenuHomePhorge

D5964.1768823991.diff
No OneTemporary

Size
674 B
Referenced Files
None
Subscribers
None

D5964.1768823991.diff

diff --git a/lib/types/redux-types.js b/lib/types/redux-types.js
--- a/lib/types/redux-types.js
+++ b/lib/types/redux-types.js
@@ -877,6 +877,22 @@
+error: true,
+payload: Error,
+loadingInfo: LoadingInfo,
+ }
+ | {
+ +type: 'GET_SIWE_NONCE_STARTED',
+ +payload?: void,
+ +loadingInfo: LoadingInfo,
+ }
+ | {
+ +type: 'GET_SIWE_NONCE_SUCCESS',
+ +payload?: void,
+ +loadingInfo: LoadingInfo,
+ }
+ | {
+ +type: 'GET_SIWE_NONCE_FAILED',
+ +error: true,
+ +payload: Error,
+ +loadingInfo: LoadingInfo,
};
export type ActionPayload = ?(Object | Array<*> | $ReadOnlyArray<*> | string);

File Metadata

Mime Type
text/plain
Expires
Mon, Jan 19, 11:59 AM (10 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5956214
Default Alt Text
D5964.1768823991.diff (674 B)

Event Timeline