Tldraw/apps/dotcom-asset-upload/src/types.ts

7 wiersze
109 B
TypeScript

export interface Env {
UPLOADS: R2Bucket
KV: KVNamespace
ASSET_UPLOADER_AUTH_TOKEN: string | undefined
}