Type alias EmbeddedServiceFlow

EmbeddedServiceFlow: {
    flow: string;
    flowType: string;
    isAuthenticationRequired: boolean;
}

Type declaration

  • flow: string
  • flowType: string
  • isAuthenticationRequired: boolean