Skip to content

Commit 662662f

Browse files
committed
Export the Service type from did-resolver
1 parent d51559f commit 662662f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/did/src/did-document.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import type { DIDDocument as DidDocument } from "did-resolver"
1+
import type { DIDDocument as DidDocument, Service } from "did-resolver"
22

3-
export type { DidDocument }
3+
export type { DidDocument, Service }
44

55
/**
66
* Check if a value is a did document

0 commit comments

Comments
 (0)