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

export type Variables = Record<string, never>;