mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-23 10:46:12 +01:00
chore: add missing FILE_CITATIONS permission to IRole interface
This commit is contained in:
parent
1c7b3b53da
commit
6873b396ea
1 changed files with 3 additions and 0 deletions
|
|
@ -46,5 +46,8 @@ export interface IRole extends Document {
|
||||||
[PermissionTypes.FILE_SEARCH]?: {
|
[PermissionTypes.FILE_SEARCH]?: {
|
||||||
[Permissions.USE]?: boolean;
|
[Permissions.USE]?: boolean;
|
||||||
};
|
};
|
||||||
|
[PermissionTypes.FILE_CITATIONS]?: {
|
||||||
|
[Permissions.USE]?: boolean;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue