config
This commit is contained in:
parent
4ad9e832bd
commit
a2ad1bf977
9 changed files with 37 additions and 20 deletions
12
config.d.ts
vendored
12
config.d.ts
vendored
|
|
@ -9,6 +9,18 @@ export interface Config {
|
|||
name?: string
|
||||
description?: string
|
||||
version?: [number, number, number]
|
||||
|
||||
metadata?: {
|
||||
authors?: string[]
|
||||
license?: string
|
||||
url?: string
|
||||
}
|
||||
|
||||
subpacks?: {
|
||||
folder_name?: string
|
||||
name?: string
|
||||
memory_performance_tier?: number
|
||||
}[]
|
||||
}
|
||||
global_variables?: Record<Variable, string>
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue