UNPKG

@cityssm/faster-constants

Version:

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

28 lines (27 loc) 762 B
export declare const itemName: { readonly inputId: "PartNameRadTextBox"; readonly maxLength: 40; }; export declare const binLocation: { readonly inputId: "BinLocationRadTextBox"; readonly maxLength: 20; }; export declare const alternateLocation: { readonly inputId: "AlternateLocationRadTextBox"; readonly maxLength: 20; }; declare const _default: { 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;