chore: remove axios dependency from CLI ()

This commit is contained in:
Ben McCann 2024-02-05 11:29:00 -08:00 committed by GitHub
parent c29976cd6f
commit 6ed33da2a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
218 changed files with 22789 additions and 237 deletions
open-api/typescript-sdk

View file

@ -0,0 +1,4 @@
export * from './axios-client';
export * as base from './axios-client/base';
export * as configuration from './axios-client/configuration';
export * as common from './axios-client/common';