const { data: invite, error } = await supabase
.from('invites')
.select('*')
.eq('code', params.code)
.single(){
code: '42883',
details: null,
hint: 'No operator matches the given name and argument types. You might need to add explicit type casts.',
message: 'operator does not exist: uuid = text'
}