We're a place where coders share, stay up-to-date and grow their careers.
type Spots = typeof trunkOrTreatSpots[number]; type TrunkOrTreatResults = { [Spot in Spots]: { done: boolean, who: string, loot: Record<string, any> } }
Discussion on: Type | Treat Challenge 3