mirror of
https://github.com/D4M13N-D3V/comissions-app-ui.git
synced 2025-03-13 07:45:07 +00:00
8 lines
73 B
TypeScript
8 lines
73 B
TypeScript
![]() |
export {};
|
||
|
|
||
|
declare global {
|
||
|
interface Window {
|
||
|
__user: any;
|
||
|
}
|
||
|
}
|