UNPKG

ggez-banking-sdk

Version:

A Node.js package to handle GGEZ Banking API endpoints, Simplify the process of managing CRUD operations with this efficient and easy-to-use package.

27 lines (26 loc) 834 B
import { DayOfWeek } from "../../../constant"; type DeviceCultureInfo = { first_day_of_week: DayOfWeek; full_date_time_pattern: string; long_date_pattern: string; long_time_pattern: string; display_name: string; english_name: string; language_tag: string; name: string; native_name: string; three_letter_iso_language_name: string; three_letter_windows_language_name: string; two_letter_iso_language_name: string; currency_decimal_digits: number; currency_decimal_separator: string; currency_group_separator: string; currency_symbol: string; negative_sign: string; positive_sign: string; number_decimal_digits: number; number_decimal_separator: string; number_group_separator: string; percent_symbol: string; }; export type { DeviceCultureInfo };