@stripe/stripe-terminal-react-native
    Preparing search index...

    Type Alias SetupIntentResultType

    SetupIntentResultType:
        | { error?: undefined; setupIntent: SetupIntent.Type }
        | { error: StripeError; setupIntent?: undefined }