mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
refactoring
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { model, Schema, Types } from 'mongoose';
|
||||
|
||||
export type TeamMemberRole = 'ADMIN' | 'GUEST';
|
||||
export type TeamMemberRole = 'OWNER' | 'GUEST' | 'MANAGER';
|
||||
|
||||
|
||||
export type TPermission = {
|
||||
|
||||
Reference in New Issue
Block a user