@cityssm/faster-constants
Version:
Constants used by multiple Node packages that work with the FASTER Fleet Management System
18 lines (17 loc) • 491 B
TypeScript
declare const _default: {
readonly items: {
readonly itemName: {
readonly inputId: "PartNameRadTextBox";
readonly maxLength: 40;
};
readonly binLocation: {
readonly inputId: "BinLocationRadTextBox";
readonly maxLength: 20;
};
readonly alternateLocation: {
readonly inputId: "AlternateLocationRadTextBox";
readonly maxLength: 20;
};
};
};
export default _default;