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
Component Preview

About

No description provided...

Share

Last updated 1 month ago