interface Phone { CMobilePhone: RegExp; CFixedPhone: RegExp; } export default Phone;