aboutsummaryrefslogtreecommitdiff
path: root/packages/anastasis-core/src/reducer-types.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-04-15 16:01:28 +0200
committerFlorian Dold <florian@dold.me>2022-04-15 16:01:37 +0200
commit5a4b6c7eb6d29872d936cc329f5bbb95204ff37b (patch)
tree06cf9859435eb3c126d5dccd4ce0178db8f7b409 /packages/anastasis-core/src/reducer-types.ts
parentd1b4cc994bd287af5c8a3114eab70ee01f92b4ec (diff)
downloadwallet-core-5a4b6c7eb6d29872d936cc329f5bbb95204ff37b.tar.xz
anastasis-core: clean up policy fetching and provider sync
Diffstat (limited to 'packages/anastasis-core/src/reducer-types.ts')
-rw-r--r--packages/anastasis-core/src/reducer-types.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/anastasis-core/src/reducer-types.ts b/packages/anastasis-core/src/reducer-types.ts
index 2e03a6ec4..c9c7aed0f 100644
--- a/packages/anastasis-core/src/reducer-types.ts
+++ b/packages/anastasis-core/src/reducer-types.ts
@@ -152,7 +152,6 @@ export interface AuthMethod {
}
export interface ChallengeInfo {
- cost: string;
instructions: string;
type: string;
uuid: string;