Home / Type/ Props Type — supabase Architecture

Props Type — supabase Architecture

Architecture documentation for the Props type/interface in PITRForm.tsx from the supabase codebase.

Entity Profile

Source Code

apps/studio/components/interfaces/Database/Backups/PITR/PITRForm.tsx lines 19–28

type Props = {
  onSubmit: (data: {
    recoveryTimeTargetUnix: number
    recoveryTimeString: string
    recoveryTimeStringUtc: string
  }) => void
  earliestAvailableBackupUnix: number
  latestAvailableBackupUnix: number
  disabled?: boolean
}

Analyze Your Own Codebase

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

Try Supermodel Free