get config()

in monitoring/src/config.ts [37:39]


	get config(): Config | undefined {
		return this._config;
	}