run api report

Signed-off-by: Paul Schultz <pschultz@pobox.com>
This commit is contained in:
Paul Schultz
2025-09-16 12:48:47 -05:00
parent 161999e837
commit 42c8a67fb4
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ export class ConfigReader implements Config {
constructor(
data: JsonObject_2 | undefined,
context?: string,
fallback?: ConfigReader | undefined,
fallback?: ConfigReader,
prefix?: string,
);
static fromConfigs(configs: AppConfig[]): ConfigReader;