regenerate fetch API

This commit is contained in:
smilerz
2024-04-18 10:56:15 -05:00
parent f312f6028d
commit fd8411b475
119 changed files with 24359 additions and 0 deletions

5
vue3/index.ts Normal file
View File

@@ -0,0 +1,5 @@
/* tslint:disable */
/* eslint-disable */
export * from './runtime';
export * from './apis/index';
export * from './models/index';