/// /// /// import type PocketBase from "pocketbase"; declare module "@remix-run/server-runtime" { interface AppLoadContext { client: PocketBase; production: boolean; } }