/** * keepkey-sdk-server * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 0.1.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * hex-encoded 16-byte initialization vector for AES-256-CBC * @export * @interface CipherKeyValueRequestAllOfIv */ export interface CipherKeyValueRequestAllOfIv { } /** * Check if a given object implements the CipherKeyValueRequestAllOfIv interface. */ export declare function instanceOfCipherKeyValueRequestAllOfIv(value: object): boolean; export declare function CipherKeyValueRequestAllOfIvFromJSON(json: any): CipherKeyValueRequestAllOfIv; export declare function CipherKeyValueRequestAllOfIvFromJSONTyped(json: any, ignoreDiscriminator: boolean): CipherKeyValueRequestAllOfIv; export declare function CipherKeyValueRequestAllOfIvToJSON(value?: CipherKeyValueRequestAllOfIv | null): any;