Supabase SQL & Interface
/ interface
project-interface.tsx
// Interface for table projectexport interface ProjectData { id: string; created_at: string; updated_at: string; name: string; desc: string;}/ interface
// Interface for table projectexport interface ProjectData { id: string; created_at: string; updated_at: string; name: string; desc: string;}Version 0.1.1