config-loader,backend-common,catalog-backend: update API reports

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-08-08 18:23:18 +02:00
parent 03bb05af6d
commit b89f04d9f7
3 changed files with 18 additions and 1 deletions
+4
View File
@@ -37,6 +37,10 @@ export type LoadConfigOptions = {
configPaths: string[];
env?: string;
experimentalEnvFunc?: EnvFunc;
watch?: {
onChange: (configs: AppConfig[]) => void;
stopSignal?: Promise<void>;
};
};
// Warning: (ae-forgotten-export) The symbol "Options" needs to be exported by the entry point index.d.ts