mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 16:36:22 +02:00
11 lines
101 B
TypeScript
11 lines
101 B
TypeScript
|
|
export {};
|
||
|
|
|
||
|
|
declare global {
|
||
|
|
interface Window {
|
||
|
|
config: {
|
||
|
|
apiBase: string;
|
||
|
|
};
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|