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