import { GetConfiguration } from '@nitrots/nitro-renderer'; export function GetConfigurationValue(key: string, value: T = null): T { return GetConfiguration().getValue(key, value); }