mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-29 05:31:51 +02:00
10
src-web/plugin/runtime.d.ts
vendored
Normal file
10
src-web/plugin/runtime.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
declare global {
|
||||
const YAML: {
|
||||
parse: (yml: string) => unknown;
|
||||
};
|
||||
interface YaakContext {
|
||||
foo: string;
|
||||
}
|
||||
}
|
||||
|
||||
export {};
|
||||
Reference in New Issue
Block a user