Type alias iExtensionsList

iExtensionsList: {
    [K: string]: iObjExtension;
}

Type declaration