File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed 
packages/core/supabase-js/src Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -184,6 +184,7 @@ export default class SupabaseClient<
184184   * 
185185   * @param  relation - The table or view name to query 
186186   */ 
187+   // @jsr -ignore slow-type-missing-explicit-return-type 
187188  from < RelationName  extends  string  &  ( keyof  Schema [ 'Tables' ]  |  keyof  Schema [ 'Views' ] ) > ( 
188189    relation : RelationName 
189190  )  { 
@@ -198,6 +199,7 @@ export default class SupabaseClient<
198199   * 
199200   * @param  schema - The schema to query 
200201   */ 
202+   // @jsr -ignore slow-type-missing-explicit-return-type 
201203  schema < DynamicSchema  extends  string  &  keyof  Omit < Database ,  '__InternalSupabase' > > ( 
202204    schema : DynamicSchema 
203205  )  { 
@@ -228,6 +230,7 @@ export default class SupabaseClient<
228230   * `"estimated"`: Uses exact count for low numbers and planned count for high 
229231   * numbers. 
230232   */ 
233+   // @jsr -ignore slow-type-missing-explicit-return-type 
231234  rpc < 
232235    FnName  extends  string  &  keyof  Schema [ 'Functions' ] , 
233236    Args  extends  Schema [ 'Functions' ] [ FnName ] [ 'Args' ]  =  never , 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments