add doClearPurchasedUriSuccess
This commit is contained in:
parent
f660f1070c
commit
4a59abf30c
7 changed files with 24 additions and 13 deletions
flow-typed
2
flow-typed/File.js
vendored
2
flow-typed/File.js
vendored
|
@ -70,7 +70,7 @@ declare type PurchaseUriStarted = {
|
|||
};
|
||||
|
||||
declare type DeletePurchasedUri = {
|
||||
type: ACTIONS.DELETE_PURCHASED_URI,
|
||||
type: ACTIONS.CLEAR_PURCHASED_URI_SUCCESS,
|
||||
data: {
|
||||
uri: string,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue