UNPKG

react-native-unit-components

Version:

Unit React Native components

18 lines (14 loc) 345 B
export interface UNMultiFactorVerification { type: string attributes: { verificationToken: string phoneLast4Digits?: string } } export interface UNCustomerTokenVerification extends UNMultiFactorVerification { type: 'customerTokenVerification' } export type UNMultiFactorAuthenticationFinished = { token: string expiresIn: number }