feat: added auth checks and first-push checks.
This commit is contained in:
@@ -295,7 +295,9 @@ export interface GitLfsPruneResult {
|
||||
|
||||
export interface GitActionResult {
|
||||
success: boolean;
|
||||
code?: 'auth-required' | 'conflict' | 'network' | 'action-failed';
|
||||
error?: string;
|
||||
guidance?: string[];
|
||||
}
|
||||
|
||||
// Post-Media Link types
|
||||
|
||||
Reference in New Issue
Block a user