export default { enums: { buildType: { ExactIntelligent: 'ExactIntelligent', FullIntelligent: 'FullIntelligent', ExactHand: 'ExactHand', FullHand: 'ExactHand' } } }