return entity type from method
This commit is contained in:
@@ -55,9 +55,11 @@ export class UmbUserGroupWorkspaceContext
|
|||||||
getEntityId(): string | undefined {
|
getEntityId(): string | undefined {
|
||||||
throw new Error('Method not implemented.');
|
throw new Error('Method not implemented.');
|
||||||
}
|
}
|
||||||
|
|
||||||
getEntityType(): string {
|
getEntityType(): string {
|
||||||
throw new Error('Method not implemented.');
|
return 'user-group';
|
||||||
}
|
}
|
||||||
|
|
||||||
getData(): UserGroupResponseModel | undefined {
|
getData(): UserGroupResponseModel | undefined {
|
||||||
throw new Error('Method not implemented.');
|
throw new Error('Method not implemented.');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user