Apfelsaft
data === null
const { data, error } = await supabase .from<definitions["customer"]>("customer") .select() .order("name");
Olyno