From 2ec2161a7e1c0787b5e9ea14311f19c6b6a52d63 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 22 Oct 2021 01:31:46 -0300 Subject: some storybook exmaples --- packages/anastasis-core/src/reducer-types.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/anastasis-core/src') diff --git a/packages/anastasis-core/src/reducer-types.ts b/packages/anastasis-core/src/reducer-types.ts index f7ba9e0f1..1a443bf9b 100644 --- a/packages/anastasis-core/src/reducer-types.ts +++ b/packages/anastasis-core/src/reducer-types.ts @@ -23,7 +23,7 @@ export interface Policy { authentication_method: number; provider: string; }[]; -} +} export interface PolicyProvider { provider_url: string; @@ -51,7 +51,7 @@ export interface ReducerStateBackup { identity_attributes?: { [n: string]: string }; authentication_providers?: { [url: string]: AuthenticationProviderStatus }; authentication_methods?: AuthMethod[]; - required_attributes?: any; + required_attributes?: UserAttributeSpec[]; selected_continent?: string; selected_country?: string; secret_name?: string; @@ -133,7 +133,7 @@ export interface ReducerStateRecovery { selected_country?: string; currencies?: string[]; - required_attributes?: any; + required_attributes?: UserAttributeSpec[]; /** * Recovery information, used by the UI. -- cgit v1.2.3