Type Alias CreateFunnelRedirectDto

CreateFunnelRedirectDto: {
    locationId: string;
    domain: string;
    path: string;
    target: string;
    action: FunnelRedirectAction;
}

Type declaration