/** * Mirrors drb-c2-core/app/internal/tenancy.py's FOUNDING_ORG_ID — the org * every pre-tenancy document and every legacy enrollment path resolves * into. Frontend-side, it's used only to gate the /trips feature (an * internal utility riding along on this stack, not a tenant-scoped product * surface — see [[trips-feature-intentional]] and SAAS_PLAN.md B7) to the * founding org, matching the same restriction the backend already enforces * in routers/trips.py. */ export const FOUNDING_ORG_ID = "founding";