7 lines
121 B
TypeScript
7 lines
121 B
TypeScript
interface Window {
|
|
pathConfig: {
|
|
root: string,
|
|
sharedIcon: string,
|
|
gameImage: string,
|
|
}
|
|
} |