Home / Type/ CreateCronJobSheetProps Type — supabase Architecture

CreateCronJobSheetProps Type — supabase Architecture

Architecture documentation for the CreateCronJobSheetProps type/interface in CreateCronJobSheet.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Integrations/CronJobs/CreateCronJobSheet/CreateCronJobSheet.tsx lines 52–58

interface CreateCronJobSheetProps {
  selectedCronJob?: Pick<CronJob, 'jobname' | 'schedule' | 'active' | 'command'>
  supportsSeconds: boolean
  onDirty: (isDirty: boolean) => void
  onClose: () => void
  onCloseWithConfirmation: () => void
}

Analyze Your Own Codebase

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

Try Supermodel Free