summaryrefslogtreecommitdiff
path: root/src/env.ts
blob: 2ee3db70f0601923ed5703d7ad589d1f88559569 (plain)
1
2
3
4
5
6
export type Bindings = {
	REDIRECT_ROOT?: string;
	TEAWIE_API: KVNamespace;
};

export type Variables = Record<string, never>;