feat: Add gitlab group visibility to group entity via annotation part3
Signed-off-by: Markus <markus.siebert@deutschebahn.com>
This commit is contained in:
@@ -63,6 +63,7 @@ export type GitLabGroup = {
|
||||
name: string;
|
||||
full_path: string;
|
||||
description?: string;
|
||||
visibility: string;
|
||||
parent_id?: number;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user