UNPKG

streambird

Version:
8 lines (7 loc) 251 B
import { FactorAuthenticationType, FactorDeliveryChannel } from "./Enums"; import { Method } from "./Method"; export declare type Factor = { deliveryChannel: FactorDeliveryChannel; type: FactorAuthenticationType; method: Method; };