Type Alias: CreateRouteOperation
CreateRouteOperation = (
route) =>"created"|"exists"|Promise<"created"|"exists">
Defined in: createRouteOperation.types.ts:2
Host-owned route creation behind Studio's HTTP boundary.
Parameters
route
string
Returns
"created" | "exists" | Promise<"created" | "exists">