export default class UniDeviceType { static readonly pc: string = 'PC' static readonly phone: string = 'phone' static readonly pad: string = 'pad' }