Type alias UpdateGeneralConfigOptions

UpdateGeneralConfigOptions: {
    [P in keyof IGeneralConfig]?: IGeneralConfig[P]
}

Generated using TypeDoc