export type HostAuthPopupOverlay = '3ds'; export interface HostAuthDetails { url: string; overlay?: HostAuthPopupOverlay; }