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