mirror of
https://github.com/OlivierGuinart/Merlin32ForVSCode.git
synced 2024-11-29 13:49:29 +00:00
3 lines
70 B
TypeScript
3 lines
70 B
TypeScript
interface Resources {}
|
|
declare const value: Resources;
|
|
export = value; |