Interface Servers

interface Servers {
    Servers: Server[];
    TotalCount: number;
}

Properties

Properties

Servers: Server[]
TotalCount: number