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 const IAccessRepository = 'IAccessRepository';
|
||||||
|
|
||||||
export type ReadWrite = 'read' | 'write';
|
|
||||||
|
|
||||||
export interface IAccessRepository {
|
export interface IAccessRepository {
|
||||||
activity: {
|
activity: {
|
||||||
checkOwnerAccess(userId: string, activityIds: Set<string>): Promise<Set<string>>;
|
checkOwnerAccess(userId: string, activityIds: Set<string>): Promise<Set<string>>;
|
||||||
|
|||||||
Reference in New Issue
Block a user