AppType$json top-level constant
Implementation
@$core.Deprecated('Use appTypeDescriptor instead')
const AppType$json = {
'1': 'AppType',
'2': [
{'1': 'APP_TYPE_UNSPECIFIED', '2': 0},
{'1': 'APP_TYPE_SINGLE_MACHINE', '2': 1},
{'1': 'APP_TYPE_MULTI_MACHINE', '2': 2},
],
};