MCPcopy Create free account
hub / github.com/triggerdotdev/trigger.dev / confirmBasicDetailsPath

Function confirmBasicDetailsPath

apps/webapp/app/utils/pathBuilder.ts:123–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121}
122
123export function confirmBasicDetailsPath() {
124 return `/confirm-basic-details`;
125}
126
127export function acceptInvitePath(token: string) {
128 return `/invite-accept?token=${token}`;

Callers 1

loaderFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…