Kritsada Sunthornwutthikrai
Results
2
issues of
Kritsada Sunthornwutthikrai
I have encountered a case where a boolean is telling if Entity A has Entity B. For example, if an admin has members. How should it be named? (The following...
There's one of my use case where I want to infer types from `contentTypeId` For example, ``` const getEntries = (contentTypeId: ContentTypeId) => { return contentfulApi.getEntries(...) } ``` I'm asking...