Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
unional authored Oct 27, 2017
1 parent fed0a43 commit 6a56bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export interface FluxStandardAction<Payload, Meta> {
* The `type` of an action identifies to the consumer the nature of the action that has occurred.
* Two actions with the same `type` MUST be strictly equivalent (using `===`)
*/
type: string | symbol;
type: string;
/**
* The optional `payload` property MAY be any type of value.
* It represents the payload of the action.
Expand Down

0 comments on commit 6a56bfa

Please sign in to comment.