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