mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-28 01:08:47 +00:00
Update to esm, update deepslate (#244)
This commit is contained in:
27
src/app/Config.ts
Normal file
27
src/app/Config.ts
Normal file
@@ -0,0 +1,27 @@
|
||||
import config from '../config.json'
|
||||
|
||||
interface Config {
|
||||
languages: Array<{
|
||||
code: string,
|
||||
name: string,
|
||||
schemas?: boolean,
|
||||
}>,
|
||||
versions: Array<{
|
||||
id: string,
|
||||
pack_format: number,
|
||||
ref?: string,
|
||||
dynamic?: boolean,
|
||||
}>,
|
||||
generators: Array<{
|
||||
id: string,
|
||||
url: string,
|
||||
schema: string,
|
||||
path?: string,
|
||||
category?: string,
|
||||
partner?: string,
|
||||
minVersion?: string,
|
||||
maxVersion?: string,
|
||||
}>,
|
||||
}
|
||||
|
||||
export default config as Config
|
||||
Reference in New Issue
Block a user