fix(catalog): update config.d.ts

Signed-off-by: Benjamin Janssens <benji.janssens@gmail.com>
This commit is contained in:
Benjamin Janssens
2025-05-08 16:51:57 +02:00
parent 7810e8d998
commit eee459cc63
+5 -1
View File
@@ -135,9 +135,13 @@ export interface Config {
*/
host?: string;
/**
* (Optional) Name of your organization account/workspace.
* (Required, unless `app` is set) Name of your organization account/workspace.
*/
organization?: string;
/**
* (Required, unless `organization` is set) Name of your GitHub App.
*/
app?: string;
/**
* (Optional) Path where to look for `catalog-info.yaml` files.
* You can use wildcards - `*` or `**` - to search the path and/or the filename