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

    Type Alias UpdateSoftwareResultType

    UpdateSoftwareResultType:
        | { error?: undefined; update: SoftwareUpdate }
        | { error: StripeError; update?: undefined }