From 4e837d3e472be7b73fea814cefa7856192ae12bb Mon Sep 17 00:00:00 2001 From: Copple <10214025+kiwicopple@users.noreply.github.com> Date: Sat, 22 Jul 2023 07:07:59 -0700 Subject: [PATCH] Adds an example video --- docs/generating-types.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/generating-types.md b/docs/generating-types.md index f9cc840..fec84dd 100644 --- a/docs/generating-types.md +++ b/docs/generating-types.md @@ -2,6 +2,15 @@ You can use the Supabase CLI to automatically generate Typescript definitions from your Postgres database. You can then pass these definitions to your `supabase-js` client and get end-to-end type safety across client, server, and database. +