What does this typescript assignment do?

31 Views Asked by At
protected services: { [name: string]: EntityCollectionDataService<any> } = {}; 

I see it assigning an object literal to the services, but the [] assignment is unclear especially on the right side of the expression.

0

There are 0 best solutions below