mirror of
https://github.com/immich-app/immich.git
synced 2026-02-11 19:38:54 +03:00
remove unused ReadWrite type
This commit is contained in:
@@ -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>>;
|
||||
|
||||
Reference in New Issue
Block a user