Type Alias FunnelRedirect

FunnelRedirect: {
    id: string;
    locationId: string;
    domain: string;
    path: string;
    pathLowercase: string;
    type: string;
    target: string;
    action: FunnelRedirectAction;
}

Type declaration

  • id: string
  • locationId: string
  • domain: string
  • path: string
  • pathLowercase: string
  • type: string
  • target: string
  • action: FunnelRedirectAction