mirror of
https://github.com/supabase/supabase.git
synced 2026-06-20 19:16:04 +08:00
chore: remove any type to let ratchet rules pass (#46349)
## I have read the [CONTRIBUTING.md](https://github.com/supabase/supabase/blob/master/CONTRIBUTING.md) file. YES ## What kind of change does this PR introduce? Remove any type for hard definition
This commit is contained in:
@@ -2,7 +2,7 @@ import { useParams } from 'common'
|
||||
import { PropsWithChildren, ReactNode } from 'react'
|
||||
import { cn } from 'ui'
|
||||
|
||||
import { INTEGRATIONS } from '../Landing/Integrations.constants'
|
||||
import { IntegrationDefinition, INTEGRATIONS } from '../Landing/Integrations.constants'
|
||||
import { BuiltBySection } from './BuildBySection'
|
||||
import { MarkdownContent } from './MarkdownContent'
|
||||
import { RequiredExtensionsSection } from './RequiredExtensionsSection'
|
||||
@@ -23,7 +23,7 @@ export const OverviewTabSharedContent = ({
|
||||
alert,
|
||||
children,
|
||||
}: PropsWithChildren<{
|
||||
integration: any
|
||||
integration: IntegrationDefinition
|
||||
hideRequiredExtensionsSection?: boolean
|
||||
actions?: ReactNode
|
||||
alert?: ReactNode
|
||||
|
||||
Reference in New Issue
Block a user