export const itemName = {
  inputId: 'PartNameRadTextBox',
  maxLength: 40
} as const

export const binLocation = {
  inputId: 'BinLocationRadTextBox',
  maxLength: 20
} as const

export const alternateLocation = {
  inputId: 'AlternateLocationRadTextBox',
  maxLength: 20
} as const

export default {
  itemName,
  binLocation,
  alternateLocation
} as const
