Files
hi-frontend/packages/ui/src/services/admin/index.ts
T
shanshanzhong147 11c3ce26a6
Build and Release / Build (push) Has been cancelled
Issue Close Require / issue-close-require (push) Has been cancelled
feat: add withdrawal management pages
2026-05-25 02:20:38 -07:00

49 lines
1.1 KiB
TypeScript

// @ts-expect-error
/* eslint-disable */
// API 更新时间:
// API 唯一标识:
import * as ads from "./ads";
import * as announcement from "./announcement";
import * as application from "./application";
import * as auth from "./auth";
import * as authMethod from "./authMethod";
import * as console from "./console";
import * as coupon from "./coupon";
import * as document from "./document";
import * as group from "./group";
import * as log from "./log";
import * as marketing from "./marketing";
import * as order from "./order";
import * as payment from "./payment";
import * as redemption from "./redemption";
import * as server from "./server";
import * as subscribe from "./subscribe";
import * as system from "./system";
import * as ticket from "./ticket";
import * as tool from "./tool";
import * as user from "./user";
import * as withdrawal from "./withdrawal";
export default {
ads,
announcement,
application,
auth,
authMethod,
console,
coupon,
document,
group,
log,
marketing,
order,
payment,
redemption,
server,
subscribe,
system,
ticket,
tool,
user,
withdrawal,
};