mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-14 07:23:08 +02:00
4 lines
57 B
TypeScript
4 lines
57 B
TypeScript
|
declare module '*/meta.json' {
|
||
|
const version: string;
|
||
|
}
|