Skip to content
Snippets Groups Projects

chore: abstract dtos to encompass a wider range of use cases and fix for out of band proof requests

Closed Boyan Tsolov requested to merge core-dtos into main
All threads resolved!
Compare and Show latest version
21 files
+ 39
21
Compare changes
  • Side-by-side
  • Inline
Files
21
+ 2
1
@@ -11,6 +11,7 @@
}
],
"compilerOptions": {
"esModuleInterop": true
"esModuleInterop": true,
"emitDecoratorMetadata": true
}
}
Loading