5 lines
67 B
TypeScript
5 lines
67 B
TypeScript
|
interface Window {
|
||
|
$message: any
|
||
|
}
|
||
|
|
||
|
type TimeProp= NodeJS.Timeout
|