Type alias ModConfigValue

ModConfigValue: Readonly<{
    [key: string]: ModConfigSingleValue;
}>

This is the structure of the mod config as it is passed to the mod's implementation.

Type declaration