UNPKG

131 BTypeScriptView Raw
1/** Runtime Context. */
2export interface Runtime {
3 name?: string;
4 version?: string;
5}
6//# sourceMappingURL=runtime.d.ts.map
\No newline at end of file