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

Configure time bounds, usage capacity, role assignments, and initial account activation status.

{/* Row 1: Type & Target App */}
{/* Row 2: Usage Limits & Assigned Role */}
{/* Row 3: Expiration, Custom Code, Activation Toggle */}
); };