export type CustomRegionMapping = { [region: string]: { name?: string; emoji?: string; locale?: string; }; };