chore(providence-analytics): enhance types
This commit is contained in:
parent
816f24f862
commit
28c088efa6
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ export interface GatherFilesConfig {
|
||||||
omitDefaultAllowlist?: boolean;
|
omitDefaultAllowlist?: boolean;
|
||||||
depth?: number;
|
depth?: number;
|
||||||
allowlist: string[];
|
allowlist: string[];
|
||||||
allowlistMode?: 'npm' | 'git' | 'all';
|
allowlistMode?: 'npm' | 'git' | 'all' | 'export-map';
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ProjectInputData {
|
export interface ProjectInputData {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue