Home / Type/ GetProjectsInfiniteVariables Type — supabase Architecture

GetProjectsInfiniteVariables Type — supabase Architecture

Architecture documentation for the GetProjectsInfiniteVariables type/interface in projects-infinite.ts from the supabase codebase.

Entity Profile

Source Code

apps/docs/lib/fetch/projects-infinite.ts lines 15–20

interface GetProjectsInfiniteVariables {
  limit?: number
  sort?: 'name_asc' | 'name_desc' | 'created_asc' | 'created_desc'
  search?: string
  page?: number
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free