rowboat/apps/rowboatx/global.d.ts

11 lines
101 B
TypeScript
Raw Normal View History

2025-12-23 18:26:32 +05:30
export {};
declare global {
interface Window {
config: {
apiBase: string;
};
}
}