# frozen_string_literal: true module Sms77::Lookup module Type CNAM = 'cnam' FORMAT = 'format' HLR = 'hlr' MNP = 'mnp' end end