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 837d65a commit 327d03cCopy full SHA for 327d03c
src/index.d.ts
@@ -23,7 +23,7 @@ export interface FluxStandardAction<Payload, Meta = undefined> {
23
* The optional `meta` property MAY be any type of value.
24
* It is intended for any extra information that is not part of the payload.
25
*/
26
- meta: Meta;
+ meta?: Meta;
27
}
28
29
export interface ErrorFluxStandardAction<CustomError extends Error, Meta = undefined> extends FluxStandardAction<CustomError, Meta> {
0 commit comments