Shared services
Some checks failed
FarmMaps.Develop/FarmMapsLib/pipeline/head There was a failure building this commit

This commit is contained in:
2026-02-23 15:34:34 +01:00
parent 18092fcc24
commit d7ab7e84ce
5 changed files with 8 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
import { IItem } from '@farmmaps/common';
import { IAclRights } from './acl.rights';
import { IItem } from './item';
export interface IListItemAclRights extends IItem {
aclRights: IAclRights[]