MCPcopy
hub / github.com/NateBJones-Projects/OB1 / Locals

Interface Locals

dashboards/open-brain-dashboard/src/app.d.ts:7–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5declare global {
6 namespace App {
7 interface Locals {
8 supabase: SupabaseClient;
9 user: User | null;
10 session: Session | null;
11 }
12 // interface PageData {}
13 // interface PageState {}
14 // interface Platform {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…