mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-10 02:07:26 +03:00
6 lines
104 B
TypeScript
6 lines
104 B
TypeScript
|
export declare global {
|
||
|
interface Window {
|
||
|
__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?: Function;
|
||
|
}
|
||
|
}
|