/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

import { PaasServiceIndex } from './PaasServiceIndex';

export type DeletedPaasServicesGetResponse = {
    deleted_paas_services?: PaasServiceIndex;
}
