Skip to content

Instantly share code, notes, and snippets.

// Inspired by https://github.com/supabase/postgres-meta/issues/578#issuecomment-1955140767
import {
type GenericSchema,
type GenericFunction,
} from "@supabase/supabase-js/src/lib/types";
import { type Database } from "types.gen";
type DatabaseShape = {
[schema_name: string]: GenericSchema;