Skip to content

Commit

Permalink
fix: Export type for Keychain entries
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Dec 13, 2021
1 parent 0f8f10a commit 722ea43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keychain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
getMessageKeyFingerprint
} from './message'

interface KeychainEntry {
export interface KeychainEntry {
key: ParsedCloakKey
createdAt: number // timestamp
label?: string
Expand Down

0 comments on commit 722ea43

Please sign in to comment.