Type Alias: RouteCreateOutcome
RouteCreateOutcome = {
ok:true;route:string; } | {message:string;ok:false; }
Defined in: routeCreateOutcome.types.ts:2
The result of asking a Studio host to create an editable route.
RouteCreateOutcome = {
ok:true;route:string; } | {message:string;ok:false; }
Defined in: routeCreateOutcome.types.ts:2
The result of asking a Studio host to create an editable route.