UNPKG

111 BTypeScriptView Raw
1import { Server } from "./Server";
2export interface Servers {
3 TotalCount: number;
4 Servers: Server[];
5}