mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
restructure
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { ProjectModel, TProject } from "@schema/ProjectSchema";
|
||||
import { ProjectModel, TProject } from "@schema/project/ProjectSchema";
|
||||
import { TeamMemberModel } from "@schema/TeamMemberSchema";
|
||||
|
||||
export async function hasAccessToProject(user_id: string, project_id: string, project?: TProject) {
|
||||
|
||||
Reference in New Issue
Block a user