Files
graff.event/src/consts/phoneCodes.ts
T

4 lines
119 B
TypeScript

import { PhoneCode } from '../types/PhoneCode';
export const phoneCodes: PhoneCode[] = ['+7', '+375', '+380', '+44'];