Skip to content

Commit 3627fe0

Browse files
committed
fix: Add missing runtime type file
1 parent 6793452 commit 3627fe0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/types/src/runtime.ts

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
/** Runtime Context. */
2+
export interface Runtime {
3+
name?: string;
4+
version?: string;
5+
}

0 commit comments

Comments
 (0)