Type alias ServiceFactoryMap<T>

ServiceFactoryMap<T>: {
    [Property in keyof T]: ((components) => T[Property])
}

Type Parameters