Skip to content

Commit

Permalink
Add missing interface export
Browse files Browse the repository at this point in the history
  • Loading branch information
robbie-c committed Sep 28, 2023
1 parent 082e406 commit fdb32e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { SSO_PROVIDER_NAMES } from 'lib/constants'
import { preflightLogic } from 'scenes/PreflightCheck/preflightLogic'
import { SSOProvider } from '~/types'

interface SSOSelectInterface {
export interface SSOSelectInterface {
value: SSOProvider | ''
loading: boolean
onChange: (value: SSOProvider | '') => void
Expand Down

0 comments on commit fdb32e2

Please sign in to comment.