mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 12:15:57 +00:00
fix(types): add forceversion to binarymanagerconfig interface
This commit is contained in:
@@ -46,6 +46,8 @@ export interface BinaryManagerConfig {
|
|||||||
maxRetries: number;
|
maxRetries: number;
|
||||||
/** Enable verbose logging */
|
/** Enable verbose logging */
|
||||||
verbose: boolean;
|
verbose: boolean;
|
||||||
|
/** Force specific version (skip auto-upgrade to latest) */
|
||||||
|
forceVersion: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user