UNPKG

@piiano/vault-client

Version:

Piiano Vault generated typescript client

14 lines 346 B
/** * An encrypted object. */ export type EncryptedObjectInput = { /** * The encrypted object base64 cipher text. */ ciphertext: string; /** * The scope used to encrypt the object. By default, it uses the scope of the encrypted object. */ scope?: string; }; //# sourceMappingURL=EncryptedObjectInput.d.ts.map