/**
 * OpenZeppelin Relayer API
 * OpenZeppelin Relayer API
 *
 * The version of the OpenAPI document: 1.3.0
 *
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
import type { GoogleCloudKmsSignerKeyResponseConfig } from './google-cloud-kms-signer-key-response-config';
import type { GoogleCloudKmsSignerServiceAccountResponseConfig } from './google-cloud-kms-signer-service-account-response-config';
/**
 *
 * @export
 * @interface SignerConfigResponseOneOf5
 */
export interface SignerConfigResponseOneOf5 {
    /**
     *
     * @type {GoogleCloudKmsSignerKeyResponseConfig}
     * @memberof SignerConfigResponseOneOf5
     */
    'key': GoogleCloudKmsSignerKeyResponseConfig;
    /**
     *
     * @type {GoogleCloudKmsSignerServiceAccountResponseConfig}
     * @memberof SignerConfigResponseOneOf5
     */
    'service_account': GoogleCloudKmsSignerServiceAccountResponseConfig;
}
