const type =
schemaObject.type === 'string' && schemaObject.format?.includes('date')
? 'Date'
: schemaObject.type?.toString() || 'never';
It's very specific and opinionated, and too closely coupled with specifics of the fetcher in @block65/rest-client
It's very specific and opinionated, and too closely coupled with specifics of the fetcher in
@block65/rest-client