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
31 files
+ 706
358
Compare changes
  • Side-by-side
  • Inline
Files
31
+ 2
1
@@ -11,6 +11,7 @@
}
],
"compilerOptions": {
"esModuleInterop": true
"esModuleInterop": true,
"emitDecoratorMetadata": true
}
}
Loading