We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76fccff commit 58330a8Copy full SHA for 58330a8
src/types.ts
@@ -23,7 +23,7 @@ export type SignatureIdAttributeType =
23
| { prefix: string; localName: string; namespaceUri: string };
24
export type VerificationIdAttributeType =
25
| string
26
- | { localName: string; namespaceUri: string | undefined };
+ | { localName: string; namespaceUri: string | null };
27
export type IdAttributeType = SignatureIdAttributeType | VerificationIdAttributeType;
28
29
/**
0 commit comments