Files
core/ts/common_path.d.ts
T

7 lines
121 B
TypeScript

interface Window {
pathConfig: {
root: string,
sharedIcon: string,
gameImage: string,
}
}