mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
remove unused ReadWrite type
This commit is contained in:
parent
81bebdaf33
commit
7d976aec09
1 changed files with 0 additions and 2 deletions
|
|
@ -2,8 +2,6 @@ import { AlbumUserRole } from 'src/entities/album-user.entity';
|
|||
|
||||
export const IAccessRepository = 'IAccessRepository';
|
||||
|
||||
export type ReadWrite = 'read' | 'write';
|
||||
|
||||
export interface IAccessRepository {
|
||||
activity: {
|
||||
checkOwnerAccess(userId: string, activityIds: Set<string>): Promise<Set<string>>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue