chore(providence-analytics): enhance types

This commit is contained in:
Thijs Louisse 2022-09-14 16:56:11 +02:00 committed by Thijs Louisse
parent 816f24f862
commit 28c088efa6

View file

@ -124,7 +124,7 @@ export interface GatherFilesConfig {
omitDefaultAllowlist?: boolean;
depth?: number;
allowlist: string[];
allowlistMode?: 'npm' | 'git' | 'all';
allowlistMode?: 'npm' | 'git' | 'all' | 'export-map';
}
export interface ProjectInputData {