/**
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
import { BusinessDeposit } from "./business-deposit";
/**
 *
 * @export
 * @interface ListBusinessDepositsResponse
 */
export interface ListBusinessDepositsResponse {
    /**
     *
     * @type {Array<BusinessDeposit>}
     * @memberof ListBusinessDepositsResponse
     */
    data?: Array<BusinessDeposit>;
}
