fix some result types and refactor types themselves

This commit is contained in:
2025-06-13 21:58:57 -06:00
parent 54d651c746
commit 8c1c6a9c4e
12 changed files with 16 additions and 81 deletions

View File

@@ -1,5 +1,6 @@
export type {
// From common.ts
CreateAndSubmitClaimResult,
GenericCredWrapper,
GenericVerifiableCredential,
KeyMeta,
@@ -18,11 +19,6 @@ export type {
RegisterActionClaim,
} from "./claims";
export type {
// From claims-result.ts
CreateAndSubmitClaimResult,
} from "./claims-result";
export type {
// From records.ts
PlanSummaryRecord,