MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / AppOrganizationIdRouteChildren

Interface AppOrganizationIdRouteChildren

apps/start/src/routeTree.gen.ts:2415–2423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2413 )
2414
2415interface AppOrganizationIdRouteChildren {
2416 AppOrganizationIdProjectIdRoute: typeof AppOrganizationIdProjectIdRouteWithChildren
2417 AppOrganizationIdBillingRoute: typeof AppOrganizationIdBillingRoute
2418 AppOrganizationIdSettingsRoute: typeof AppOrganizationIdSettingsRoute
2419 AppOrganizationIdIndexRoute: typeof AppOrganizationIdIndexRoute
2420 AppOrganizationIdAccountRoute: typeof AppOrganizationIdAccountRouteWithChildren
2421 AppOrganizationIdIntegrationsRoute: typeof AppOrganizationIdIntegrationsRouteWithChildren
2422 AppOrganizationIdMembersRoute: typeof AppOrganizationIdMembersRouteWithChildren
2423}
2424
2425const AppOrganizationIdRouteChildren: AppOrganizationIdRouteChildren = {
2426 AppOrganizationIdProjectIdRoute: AppOrganizationIdProjectIdRouteWithChildren,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected