mirror of
https://github.com/daydreamer-json/ak-endfield-api-archive.git
synced 2026-03-22 07:12:28 +01:00
10 lines
296 B
TypeScript
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 },
|
|
};
|