feat: export projectCollaborators in schema index

This commit is contained in:
Mathis H (Avnyr) 2025-05-15 20:57:45 +02:00
parent 92c44bce6f
commit 2de57e6e6f

View File

@ -18,6 +18,7 @@ export * from './tags';
export * from './personToGroup'; export * from './personToGroup';
export * from './personToTag'; export * from './personToTag';
export * from './projectToTag'; export * from './projectToTag';
export * from './projectCollaborators';
// Export relations // Export relations
export * from './relations'; export * from './relations';