MCPcopy
hub / github.com/anomalyco/models.dev / Env

Interface Env

packages/function/src/worker.ts:1–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface Env {
2 ASSETS: any;
3 PosthogToken: string;
4 LakeUrl: string;
5 LakeSecret: string;
6}
7
8export default {
9 async fetch(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected