Added parentId to GroupRepresentation

Closes #46366

Signed-off-by: etn <1438257+etn406@users.noreply.github.com>
This commit is contained in:
etn 2026-02-16 11:28:23 +01:00 committed by GitHub
parent 18b8ef16d0
commit 4619c440b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,6 +7,7 @@ export default interface GroupRepresentation {
name?: string;
description?: string;
path?: string;
parentId?: string;
subGroupCount?: number;
subGroups?: GroupRepresentation[];