Files
ak-endfield-api-archive/src/utils/api.ts
2026-01-28 12:56:25 +09:00

10 lines
296 B
TypeScript

import accountService from './api/accountService.js';
import binding from './api/binding.js';
import launcher from './api/launcher.js';
import u8 from './api/u8.js';
import webview from './api/webview.js';
export default {
apiAkEndfield: { launcher, accountService, u8, binding, webview },
};