Type Alias Option

Option: { key: string; label: string; url?: string }

Type declaration

  • key: string
  • label: string
  • Optionalurl?: string