feat(web): show partners assets on the main timeline (#4933)
This commit is contained in:
@@ -35,4 +35,8 @@ export interface IAccessRepository {
|
||||
person: {
|
||||
hasOwnerAccess(userId: string, personId: string): Promise<boolean>;
|
||||
};
|
||||
|
||||
partner: {
|
||||
hasUpdateAccess(userId: string, partnerId: string): Promise<boolean>;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user