@stripe/stripe-terminal-react-native

    Type Alias GetLocationsResultType

    GetLocationsResultType:
        | { error?: undefined; hasMore: boolean; locations: Location[] }
        | { error: StripeError; hasMore?: undefined; locations?: undefined }
    MMNEPVFCICPMFPCPTTAAATR