@piiano/vault-client
Version:
Piiano Vault generated typescript client
10 lines • 383 B
TypeScript
import type { EncryptedObjectInput } from './EncryptedObjectInput';
export type DecryptionRequest = {
encrypted_object: EncryptedObjectInput;
/**
* The list of property names and transformers to include in the decrypted object. If not set, return all encrypted property values.
*
*/
props?: Array<string>;
};
//# sourceMappingURL=DecryptionRequest.d.ts.map