import { GetPurchasedFtpResult } from "./GetPurchasedFtpResult";
/** GetPurchasedFTPResponse */
export interface GetPurchasedFtpResponse {
    /** GetPurchasedFTPResult */
    GetPurchasedFTPResult?: GetPurchasedFtpResult;
}
