Skip to content

Commit 04395fd

Browse files
CopilotAnsonhkg
andcommitted
docs: add JSDoc for updatedAt and versions properties in StoredKeyMetadata
Co-authored-by: Ansonhkg <[email protected]>
1 parent 47ca9e9 commit 04395fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/wrapped-keys/src/lib/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ export type GetEncryptedKeyDataParams = BaseApiParams & {
6161
* @property { string } memo A (typically) user-provided descriptor for the encrypted private key
6262
* @property { string } id The unique identifier (UUID V4) of the encrypted private key
6363
* @property { LIT_NETWORKS_KEYS } litNetwork The LIT network that the client who stored the key was connected to
64+
* @property { string } [updatedAt] ISO 8601 timestamp of when the key was last updated
65+
* @property { WrappedKeyVersion[] } [versions] Array of historical versions of this key after update operations
6466
*/
6567
export interface StoredKeyMetadata {
6668
publicKey: string;

0 commit comments

Comments
 (0)