Skip to content

Commit bd8eec3

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

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
@@ -373,7 +373,7 @@ export interface XmlDSigVerifierOptions {
373373
* Transforms to apply implicitly during canonicalization.
374374
* Used for specific XML-DSig profiles that require additional transforms.
375375
*/
376-
implicitTransforms?: ReadonlyArray<string>;
376+
implicitTransforms?: ReadonlyArray<TransformAlgorithmName>;
377377

378378
/**
379379
* Whether to throw an exception on verification failure.

0 commit comments

Comments
 (0)