| 5 | const scriptPlugin: typeof script = new Script("__FAKE.ts", script.scriptId, "1") |
| 6 | |
| 7 | interface TestStorageType { |
| 8 | a: number, |
| 9 | b: string, |
| 10 | } |
| 11 | |
| 12 | const bucketJson = script.createStorageJson<TestStorageType>("storagev2_json") |
| 13 | const bucketJsonPlugin = scriptPlugin.createStorageJson<TestStorageType>("storagev2_json") |
nothing calls this directly
no outgoing calls
no test coverage detected