We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d51559f commit 66741d6Copy full SHA for 66741d6
.changeset/weak-banks-sort.md
@@ -0,0 +1,5 @@
1
+---
2
+"@agentcommercekit/did": patch
3
4
+
5
+Added Service type export
packages/did/src/did-document.ts
@@ -1,6 +1,6 @@
-import type { DIDDocument as DidDocument } from "did-resolver"
+import type { DIDDocument as DidDocument, Service } from "did-resolver"
-export type { DidDocument }
+export type { DidDocument, Service }
/**
6
* Check if a value is a did document
0 commit comments