We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6793452 commit 3627fe0Copy full SHA for 3627fe0
packages/types/src/runtime.ts
@@ -0,0 +1,5 @@
1
+/** Runtime Context. */
2
+export interface Runtime {
3
+ name?: string;
4
+ version?: string;
5
+}
0 commit comments