Add moduleSuffixes to tsconfig (#11146)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import {type SignupState} from '#/screens/Signup/state'
|
||||
|
||||
export type CaptchaWebViewProps = {
|
||||
url: string
|
||||
stateParam: string
|
||||
state?: SignupState
|
||||
onComplete: () => void
|
||||
onSuccess: (code: string) => void
|
||||
onError: (error: unknown) => void
|
||||
}
|
||||
Reference in New Issue
Block a user