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

import { ServerIndex } from './ServerIndex';

export type ServersGetResponse = {
    servers?: ServerIndex;
}
