Supabase SQL & Interface

/ interface

Reactproject-interface.tsx
// Interface for table projectexport interface ProjectData {  id: string;  created_at: string;  updated_at: string;  name: string;  desc: string;}

Version 0.1.1