first commit
This commit is contained in:
16
calcom/packages/app-store/routing-forms/lib/RoutingPages.ts
Normal file
16
calcom/packages/app-store/routing-forms/lib/RoutingPages.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import type { LocalRoute } from "../types/types";
|
||||
|
||||
export const RoutingPages: { label: string; value: NonNullable<LocalRoute["action"]>["type"] }[] = [
|
||||
{
|
||||
label: "Custom Page",
|
||||
value: "customPageMessage",
|
||||
},
|
||||
{
|
||||
label: "External Redirect",
|
||||
value: "externalRedirectUrl",
|
||||
},
|
||||
{
|
||||
label: "Event Redirect",
|
||||
value: "eventTypeRedirectUrl",
|
||||
},
|
||||
];
|
||||
Reference in New Issue
Block a user