MCPcopy Create free account
hub / github.com/TheOrcDev/orcish-fullstack-admin / User

Interface User

components/features/users-table/users-table.tsx:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21import { ChevronLeft, ChevronRight } from "lucide-react";
22
23interface User {
24 id: string;
25 email: string;
26 username: string;
27 createdAt: string;
28}
29
30interface UsersTableProps {
31 users: User[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected