feat(editor): Version Control settings update (WIP) (#6233)

This commit is contained in:
Csaba Tuncsik
2023-05-12 09:26:41 +02:00
committed by GitHub
parent 51c89db6dc
commit 0666377ef8
4 changed files with 156 additions and 66 deletions

View File

@@ -1438,7 +1438,8 @@ export type VersionControlPreferences = {
repositoryUrl: string;
authorName: string;
authorEmail: string;
branchName: string;
currentBranch: string;
branches: string[];
branchReadOnly: boolean;
branchColor: string;
publicKey?: string;