mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
6 lines
125 B
TypeScript
6 lines
125 B
TypeScript
declare global {
|
|
type ExecutionContext = any;
|
|
type Env = import('@open-gsio/env');
|
|
}
|
|
export type ExecutionContext = any;
|