UNPKG

@cityssm/faster-constants

Version:

Constants used by multiple Node packages that work with the FASTER Fleet Management System

21 lines (17 loc) 380 B
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