UNPKG

@piiano/vault-client

Version:

Piiano Vault generated typescript client

11 lines 222 B
export type KMSStatus = { /** * The status of the KMS. */ status: 'pass' | 'fail'; /** * The type of the KMS. */ type: 'GCP' | 'AWS' | 'LOCAL'; }; //# sourceMappingURL=KMSStatus.d.ts.map