aboutsummaryrefslogtreecommitdiff
path: root/packages/anastasis-core/src/reducer-types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/anastasis-core/src/reducer-types.ts')
-rw-r--r--packages/anastasis-core/src/reducer-types.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/anastasis-core/src/reducer-types.ts b/packages/anastasis-core/src/reducer-types.ts
index 03883ce17..2f0d324ae 100644
--- a/packages/anastasis-core/src/reducer-types.ts
+++ b/packages/anastasis-core/src/reducer-types.ts
@@ -66,6 +66,7 @@ export interface ReducerStateBackup {
selected_country?: string;
secret_name?: string;
policies?: Policy[];
+
/**
* Policy providers are providers that we checked to be functional
* and that are actually used in policies.
@@ -82,7 +83,7 @@ export interface ReducerStateBackup {
expiration?: Timestamp;
- upload_fees?: AmountString[];
+ upload_fees?: { fee: AmountString }[];
}
export interface AuthMethod {