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

import { PaasServiceIndex } from './PaasServiceIndex';

export type PaasServicesGetResponse = {
    paas_services?: PaasServiceIndex;
}
