DeleteCronJobProps Type — supabase Architecture
Architecture documentation for the DeleteCronJobProps type/interface in DeleteCronJob.tsx from the supabase codebase.
Entity Profile
Source Code
apps/studio/components/interfaces/Integrations/CronJobs/DeleteCronJob.tsx lines 13–18
interface DeleteCronJobProps {
cronJob: CronJob
visible: boolean
onClose: () => void
onDeleteStart?: (jobId: string) => void
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free