UNPKG

@piiano/vault-client

Version:

Piiano Vault generated typescript client

9 lines 412 B
/** * The type of the encryption: * - `randomized` - generates a different randomized unpredictable, non-repeating ciphertext each time. * - `deterministic` - generates the ciphertext deterministically based on the collection name, input object, and scope. * Defaults to `randomized` if not set. * */ export type EncryptionType = 'randomized' | 'deterministic'; //# sourceMappingURL=EncryptionType.d.ts.map