We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
import type { SupabaseClient } from '@supabase/supabase-js'; typeOf<SupabaseClient>(); // { kind: 0, typeName: undefined }
It should be { kind: 1, typeName: 'SupabaseClient' }
{ kind: 1, typeName: 'SupabaseClient' }