Skip to main content

MinimalImportableKey type

Represents the properties required to import a key.

Signature:

export type MinimalImportableKey = RequireOnly<IKey, 'privateKeyHex' | 'type' | 'kms'>

References: RequireOnly, IKey