export default class AppUpdateType { static readonly hot: string = 'hot' static readonly install: string = 'install' static readonly none: string = 'none' }