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

    Type Alias HardcodedLocaleConfig

    Localizes API error messages to a fixed locale.

    If the locale is not supported, messages fall back to English (en-US).

    type HardcodedLocaleConfig = {
        locale: string;
        type: "hardcoded";
    }
    Index

    Properties

    Properties

    locale: string
    type: "hardcoded"