add doClearPurchasedUriSuccess

This commit is contained in:
Sean Yesmunt 2020-05-18 22:13:18 -04:00
parent f660f1070c
commit 4a59abf30c
7 changed files with 24 additions and 13 deletions
flow-typed

2
flow-typed/File.js vendored
View file

@ -70,7 +70,7 @@ declare type PurchaseUriStarted = {
};
declare type DeletePurchasedUri = {
type: ACTIONS.DELETE_PURCHASED_URI,
type: ACTIONS.CLEAR_PURCHASED_URI_SUCCESS,
data: {
uri: string,
},