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

import { ServerIndex } from './ServerIndex';

export type DeletedServersGetResponse = {
    deleted_servers?: ServerIndex;
}
