refactor: open api ()

This commit is contained in:
Jason Rasmussen 2024-01-12 07:36:27 -05:00 committed by GitHub
parent a1523a9af0
commit 2439c5ab57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
83 changed files with 404 additions and 19672 deletions
open-api/typescript-sdk

View file

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