Browse Source
- Move type imports to their correct source locations: - GenericCredWrapper, GenericVerifiableCredential from interfaces/common - GiveSummaryRecord from interfaces/records - OfferVerifiableCredential from interfaces/claims - Add null safety check for dbResult in retrieveAccountCount - Initialize result variable to prevent undefined access This change fixes TypeScript errors by ensuring types are imported from their proper source files and improves code safety by adding proper null checks. The type system can now correctly validate the usage of these types across the codebase.pull/137/head
1 changed files with 11 additions and 3 deletions
Loading…
Reference in new issue