1 2 3 4 5 6
export type Bindings = { REDIRECT_ROOT?: string; TEAWIE_API: KVNamespace; }; export type Variables = Record<string, never>;