UNPKG

@adyen/adyen-web

Version:

[![npm](https://img.shields.io/npm/v/@adyen/adyen-web.svg)](https://www.npmjs.com/package/@adyen/adyen-web)

8 lines (7 loc) 178 B
import locales from './locales'; export type Locales = keyof typeof locales; export type CustomTranslations = { [key: string]: { [message: string]: string; }; };