run format

This commit is contained in:
geoffsee
2025-06-24 17:31:15 -04:00
committed by Geoff Seemueller
parent 02c3253343
commit f76301d620
17 changed files with 180 additions and 199 deletions

View File

@@ -1,5 +1,5 @@
declare global {
type ExecutionContext = any
type Env = import("@open-gsio/env")
type ExecutionContext = any;
type Env = import('@open-gsio/env');
}
export type ExecutionContext = any
export type ExecutionContext = any;