6 lines
56 B
TypeScript
6 lines
56 B
TypeScript
![]() |
declare global {
|
||
|
interface X {
|
||
|
|
||
|
}
|
||
|
}
|
||
|
export = {};
|