CronJobTableCellProps Type — supabase Architecture
Architecture documentation for the CronJobTableCellProps type/interface in CronJobTableCell.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/Integrations/CronJobs/CronJobTableCell.tsx lines 74–79
interface CronJobTableCellProps {
col: any
row: any
onSelectEdit: (job: CronJob) => void
onSelectDelete: (job: CronJob) => void
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free