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