Skip to content

Commit 58330a8

Browse files
Update src/types.ts
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 76fccff commit 58330a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export type SignatureIdAttributeType =
2323
| { prefix: string; localName: string; namespaceUri: string };
2424
export type VerificationIdAttributeType =
2525
| string
26-
| { localName: string; namespaceUri: string | undefined };
26+
| { localName: string; namespaceUri: string | null };
2727
export type IdAttributeType = SignatureIdAttributeType | VerificationIdAttributeType;
2828

2929
/**

0 commit comments

Comments
 (0)