4 lines
119 B
TypeScript
4 lines
119 B
TypeScript
import { PhoneCode } from '../types/PhoneCode';
|
|
|
|
export const phoneCodes: PhoneCode[] = ['+7', '+375', '+380', '+44'];
|