summaryrefslogtreecommitdiff
path: root/src/types/global.d.ts
blob: 21aec91cb69a1d3dc5adb30a7fcb862b23e354e1 (plain) (blame)
1
2
3
4
5
6
7
declare global {
    interface Window {
        ASSET_BASE?: string;
    }
}

export {};