export const scanCode = { onlyFromCamera: { type: Boolean }, scanType: { type: Array }, autoDecodeCharSet: { type: Boolean }, sound: { type: String, default: 'none' }, autoZoom: { type: Boolean, default: true } }