SYMBOL INDEX (51 symbols across 12 files) FILE: landing/functions/api/_session.ts type SessionPayload (line 4) | interface SessionPayload { type Env (line 10) | interface Env { function hmacSign (line 18) | async function hmacSign(payload: string, secret: string): Promise { function hmacVerify (line 27) | async function hmacVerify(payload: string, signature: string, secret: st... function createSessionCookie (line 32) | async function createSessionCookie(data: SessionPayload, secret: string)... function getSession (line 38) | async function getSession(request: Request, secret: string): Promise = { function HeroCode (line 142) | function HeroCode({ lang }: { lang: Lang }) { function CopyBtn (line 151) | function CopyBtn({ text }: { text: string }) { function Sec (line 163) | function Sec({ children, alt, id, glow }: { children: React.ReactNode; a... function SHd (line 171) | function SHd({ title, desc }: { title: string; desc?: string }) { function SectionGrid (line 180) | function SectionGrid({ children, cols, className }: { children: React.Re... function MobileScenarioCards (line 184) | function MobileScenarioCards({ lang, L }: { lang: Lang; L: (value: Recor... function MobileExcuseCards (line 214) | function MobileExcuseCards({ L }: { L: (value: Record) => ... function InstallTabs (line 234) | function InstallTabs({ L }: { L: (value: Record) => string... function useHashRoute (line 291) | function useHashRoute() { function App (line 301) | function App() { FILE: landing/src/i18n.ts type Lang (line 1) | type Lang = "en" | "zh" | "ja" | "fr" | "de" | "ar" constant LANG_LABELS (line 3) | const LANG_LABELS: Record = { type I18nStr (line 12) | type I18nStr = Record function i (line 14) | function i(en: string, zh: string, ja: string, fr: string, de: string, a... constant PROBLEMS (line 84) | const PROBLEMS: Record> = { constant EXCUSES (line 270) | const EXCUSES = [ constant METRIC_LABELS (line 278) | const METRIC_LABELS: Record = { constant BENCHMARKS (line 286) | const BENCHMARKS = [ constant FAILURE_MODES (line 359) | const FAILURE_MODES: Record