UNPKG

@piiano/vault-client

Version:

Piiano Vault generated typescript client

9 lines 299 B
export type EncryptedValue = { /** * The encrypted object is a base64 ciphertext of the request fields and built-in fields such as timestamps and expiration time. * It does not include the ID field. * */ ciphertext: string; }; //# sourceMappingURL=EncryptedValue.d.ts.map