Home / Type/ BatchDeletionProgress Type — supabase Architecture

BatchDeletionProgress Type — supabase Architecture

Architecture documentation for the BatchDeletionProgress type/interface in CronJobsTab.useCleanupActions.ts from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Integrations/CronJobs/CronJobsTab.useCleanupActions.ts lines 21–25

export interface BatchDeletionProgress {
  currentBatch: number
  totalBatches: number
  totalRowsDeleted: number
}

Analyze Your Own Codebase

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

Try Supermodel Free