method IConfig.get IConfig.get<T>(key: string,options: { readonly default: T; }): T Reads a configuration value with a fallback. Type Parameters T The expected value type Parameters key: string Configuration key options: { readonly default: T; } Default returned when the key is absent Return Type T The value, or the default