chore(client/ts): port services/branches

This commit is contained in:
Elian Doran
2024-12-21 15:34:07 +02:00
parent cc8f927718
commit efb17c9010
3 changed files with 53 additions and 27 deletions

View File

@@ -12,7 +12,7 @@ interface Response {
brokenRelations: FAttributeRow[];
}
interface ResolveOptions {
export interface ResolveOptions {
proceed: boolean;
deleteAllClones?: boolean;
eraseNotes?: boolean;