export const PER_PAGE: 200; export const SCROLL_THRESHOLD: 400; export const ACTIVE_STATUS: "active"; export const ACTIVE_ASSET_ID: "activeAsset"; export const ACTIVE_ASSETS_ID: "activeAssets"; export const DEFAULT_ASSET_TYPE: "asset"; export const ASSET_TYPE_SEARCH_PLACEHOLDERS: { [ASSET_TYPES.intervention_unit.type]: string; [ASSET_TYPES.rig.type]: string; [ASSET_TYPES.frac_fleet.type]: string; }; export const ASSET_TYPE_SEARCH_PLACEHOLDERS_NO_SECONDARY: { [x: string]: string; }; import { ASSET_TYPES } from '~/constants'; //# sourceMappingURL=constants.d.ts.map