WIP: first pass, factory models and methods

This commit is contained in:
Danny Avila 2025-05-30 12:02:22 -04:00
parent a2a3f5c044
commit c201d54cac
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
6 changed files with 67 additions and 105 deletions

View file

@ -1,4 +1,4 @@
import { Schema } from '~/mongoose';
import { Schema } from 'mongoose';
import { PermissionTypes, Permissions } from 'librechat-data-provider';
import type { IRole } from '~/types';