import { AdminModal } from "../AdminModal.tsx"; export const RoleEditorDrawer = ({ apps }: { apps: any[] }) => { return (

Define a global shared role or an application-scoped custom grant.

); };