openapistack / openapi-client-axios

JavaScript client library for consuming OpenAPI-enabled APIs with axios
https://openapistack.co
MIT License
551 stars 67 forks source link

Please add support for exporting namespaces #187

Open motionrus opened 2 months ago

motionrus commented 2 months ago

I want to be able to import schematics into my project

import { Components } from 'shared/types/openapi';

type EventType = Components.Schemas.EventDetailModel;