mirror of
https://github.com/router-for-me/Cli-Proxy-API-Management-Center.git
synced 2026-02-18 02:30:51 +08:00
feat: initialize new React application structure with TypeScript, ESLint, and Prettier configurations, while removing legacy files and adding new components and pages for enhanced functionality
This commit is contained in:
13
src/types/index.ts
Normal file
13
src/types/index.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
/**
|
||||
* 类型定义统一导出
|
||||
*/
|
||||
|
||||
export * from './common';
|
||||
export * from './api';
|
||||
export * from './config';
|
||||
export * from './auth';
|
||||
export * from './provider';
|
||||
export * from './authFile';
|
||||
export * from './oauth';
|
||||
export * from './usage';
|
||||
export * from './log';
|
||||
Reference in New Issue
Block a user