feat(sync): add branch & tag listing support and improve sync mirroring and sync log routing
This commit is contained in:
9
ts_interfaces/data/branch.ts
Normal file
9
ts_interfaces/data/branch.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export interface IBranch {
|
||||
name: string;
|
||||
commitSha: string;
|
||||
}
|
||||
|
||||
export interface ITag {
|
||||
name: string;
|
||||
commitSha: string;
|
||||
}
|
||||
Reference in New Issue
Block a user