export interface ThreeDSConfiguration {
  /** Alternative `returnURL` value that could be used for 3D Security 2 OOB flow. */
  requestorAppUrl?: string;
}
