mirror of
https://github.com/RYDE-WORK/ktransformers.git
synced 2026-01-27 09:09:37 +08:00
7 lines
118 B
TypeScript
7 lines
118 B
TypeScript
declare module '*.js' {
|
|
const config: {
|
|
apiUrl: string;
|
|
port:number;
|
|
};
|
|
export { config };
|
|
} |