mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-14 21:21:56 +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"];
|