Skip to content

Commit fc4e7da

Browse files
committed
docs: add various exported symbol descriptions
1 parent 74f02c8 commit fc4e7da

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/types/interfaces/GeneralDecryptResult.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by [becoming a sponsor](https://github.com/sponsors/panva).
66

7-
Flattened JWE JSON Serialization Syntax decryption result
7+
General JWE JSON Serialization Syntax decryption result
88

99
## Properties
1010

docs/types/interfaces/GeneralVerifyResult.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by [becoming a sponsor](https://github.com/sponsors/panva).
66

7-
Flattened JWS JSON Serialization Syntax verification result
7+
General JWS JSON Serialization Syntax verification result
88

99
## Properties
1010

src/types.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ export interface FlattenedDecryptResult {
603603
unprotectedHeader?: JWEHeaderParameters
604604
}
605605

606-
/** Flattened JWE JSON Serialization Syntax decryption result */
606+
/** General JWE JSON Serialization Syntax decryption result */
607607
export interface GeneralDecryptResult extends FlattenedDecryptResult {}
608608

609609
/** Compact JWE decryption result */
@@ -627,7 +627,7 @@ export interface FlattenedVerifyResult {
627627
unprotectedHeader?: JWSHeaderParameters
628628
}
629629

630-
/** Flattened JWS JSON Serialization Syntax verification result */
630+
/** General JWS JSON Serialization Syntax verification result */
631631
export interface GeneralVerifyResult extends FlattenedVerifyResult {}
632632

633633
/** Compact JWS verification result */

0 commit comments

Comments
 (0)