ConfigChangeHandler: (
    this: EEvisionAPI,
    changed: Partial<Config>,
) => void | Promise<void>

Type of the handlers that are called whenever EEvision's configuration changes.