mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-12-15 17:43:03 +03:00
4 lines
144 B
TypeScript
4 lines
144 B
TypeScript
|
import { BrainRoleType } from "@/lib/components/BrainUsers/types";
|
||
|
|
||
|
export const requiredRolesForUpload: BrainRoleType[] = ["Editor", "Owner"];
|