2025-07-16 09:16:33 -07:00

13 lines
211 B
TypeScript

// @ts-ignore
// API 更新时间:
// API 唯一标识:
import * as auth from './auth';
import * as common from './common';
import * as oauth from './oauth';
export default {
auth,
oauth,
common,
};