Type alias iServerObjectDescList

iServerObjectDescList: {
    [K: string]: iObjectDesc;
}

Type declaration