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