mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-29 19:26:44 -06:00
4 lines
57 B
TypeScript
4 lines
57 B
TypeScript
|
declare module '*/meta.json' {
|
||
|
const version: string;
|
||
|
}
|