Join Discord
Powered by
Hmm are there any supabase type packages? The curr...
# off-topic
s
sockenguy
01/24/2022, 3:21 PM
Hmm are there any supabase type packages? The current examples are using javascript not typescript, would be interesting
s
Scott P
01/24/2022, 4:38 PM
The Supabase-js library includes types in it (as evidenced by the TS icon next to the title at
https://www.npmjs.com/package/@supabase/supabase-js
) You can generate types for your table-specific data by following
https://supabase.com/docs/reference/javascript/generating-types
s
sockenguy
01/24/2022, 10:41 PM
thanks ::)
Previous
Next