Override type of successful response
Override the type of the returned data
.
const { data } = await supabase
.from('countries')
.select()
.returns<MyType>()
Override the type of the returned data
.
const { data } = await supabase
.from('countries')
.select()
.returns<MyType>()
Need some help?
Contact supportLatest product updates?
See ChangelogSomething's not right?
Check system status