/* tslint:disable */ /* eslint-disable */ /** * deposits * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v2 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * Transfer the account ownership from current account holder to a new one (client/group). */ export interface TransferOwnershipAction { /** * The ID or encoded key of the new account holder. */ targetHolderKey: string; }