forgot api docs

Signed-off-by: Andrew Ochsner <andrew.ochsner@cognizant.com>
This commit is contained in:
Andrew Ochsner
2023-05-10 16:01:32 -05:00
parent 7514271a80
commit 636d1e2d64
@@ -48,7 +48,7 @@ export class AwsOrganizationCloudAccountProcessor implements CatalogProcessor {
static fromConfig(
config: Config,
options: {
logger?: Logger;
logger: Logger;
},
): Promise<AwsOrganizationCloudAccountProcessor>;
// (undocumented)