feat(demodata): Add demo data feature for contracts

This commit is contained in:
2024-12-19 18:26:24 +01:00
parent 2f97b407a2
commit e5ca606e3c
9 changed files with 74 additions and 2 deletions

5
ts_demodata/plugins.ts Normal file
View File

@@ -0,0 +1,5 @@
import * as interfaces from '../dist_ts_interfaces/index.js';
export {
interfaces,
}