Typescript Suggestion: unknown
Chris McLeod
・1 min read
All data types coming from "outside" your system should be typed as unknown and mapped through an anti-corruption layer to give them their type inside your system.