UNPKG

@piiano/vault-client

Version:

Piiano Vault generated typescript client

9 lines 252 B
import type { KMSStatus } from './KMSStatus'; /** * The status and type of the default KMS and the KMS for export. */ export type KMSStatusResponse = { kms: KMSStatus; kms_export?: KMSStatus; }; //# sourceMappingURL=KMSStatusResponse.d.ts.map