@cityssm/faster-constants
Version:
Constants used by multiple Node packages that work with the FASTER Fleet Management System
18 lines (17 loc) • 343 B
JavaScript
export const itemName = {
inputId: 'PartNameRadTextBox',
maxLength: 40
};
export const binLocation = {
inputId: 'BinLocationRadTextBox',
maxLength: 20
};
export const alternateLocation = {
inputId: 'AlternateLocationRadTextBox',
maxLength: 20
};
export default {
itemName,
binLocation,
alternateLocation
};