TypeScript Type Gaurd with Generic Types
I am implementing an api model that can return two possible types of outputs based on if the response was returned correctly or not.
I am implementing an api model that can return two possible types of outputs based on if the response was returned correctly or not.