Interface: RemoteValidation¶
Defined in: resolver/src/git-registry.ts:1256
Result of validating remote repository accessibility.
Properties¶
accessible¶
accessible:
boolean
Defined in: resolver/src/git-registry.ts:1258
Whether the remote repository is accessible
error?¶
optionalerror?:string
Defined in: resolver/src/git-registry.ts:1262
Error message describing why the repository is not accessible
headCommit?¶
optionalheadCommit?:string
Defined in: resolver/src/git-registry.ts:1260
HEAD or default branch commit hash (only present when accessible)