Files
heygo/worker/env.ts
T

6 lines
98 B
TypeScript

export interface Env {
DB: D1Database;
PUBLIC_LINK_CACHE?: KVNamespace;
ASSETS?: Fetcher;
}