bearmetalpacker/types.ts

7 lines
95 B
TypeScript

declare global {
interface Context {
url: URL;
state: Record<string, unknown>;
}
}