summaryrefslogtreecommitdiff
path: root/packages/anastasis-core/src/reducer-types.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-11-08 20:19:56 +0100
committerFlorian Dold <florian@dold.me>2021-11-08 20:20:04 +0100
commite369f26ec57c5571af81c534b378035a3e41919c (patch)
tree85d4a2216a2c8635bf4974dd97560a3bd06d6d90 /packages/anastasis-core/src/reducer-types.ts
parent8481aadfd9f413620a5d16bc1e3144e1126e4839 (diff)
downloadwallet-core-e369f26ec57c5571af81c534b378035a3e41919c.tar.gz
wallet-core-e369f26ec57c5571af81c534b378035a3e41919c.tar.bz2
wallet-core-e369f26ec57c5571af81c534b378035a3e41919c.zip
anastasis-webui: some text changes
Diffstat (limited to 'packages/anastasis-core/src/reducer-types.ts')
-rw-r--r--packages/anastasis-core/src/reducer-types.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/anastasis-core/src/reducer-types.ts b/packages/anastasis-core/src/reducer-types.ts
index 0f64be4eb..51b0045a0 100644
--- a/packages/anastasis-core/src/reducer-types.ts
+++ b/packages/anastasis-core/src/reducer-types.ts
@@ -50,6 +50,11 @@ export interface SuccessDetails {
export interface CoreSecret {
mime: string;
value: string;
+ /**
+ * Filename, only set if the secret comes from
+ * a file. Should be set unless the mime type is "text/plain";
+ */
+ filename?: string;
}
export interface ReducerStateBackup {