Interface JServerServiceById

interface JServerServiceById {
    [id: string]: JServerService;
}

Indexable

[id: string]: JServerService