Skip to content
Snippets Groups Projects
Commit b78b4832 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

chore: embed ExtractConfig fields

parent 65c01d27
No related merge requests found
......@@ -19,7 +19,10 @@ export interface ManagerData<T> {
managerData?: T;
}
export interface ExtractConfig extends ManagerConfig {
export interface ExtractConfig {
binarySource?: string;
localDir?: string;
registryUrls?: string[];
endpoint?: string;
gradle?: { timeout?: number };
aliases?: Record<string, string>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment