A
Anonymous
Can you generate a table where i can see my users data, you can use shadcn ui and transtack export type User = { id: string; email: string; name: string; image: string | null; role: Roles; phoneNumber?: string; address?: string; position?: Posiciones; dateOfBirth?: Date; qrCode?: string; isActive: boolean; createdAt: Date; updatedAt: Date; };
Prompt
