UNPKG

@piiano/vault-client

Version:

Piiano Vault generated typescript client

10 lines 383 B
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