UNPKG

@tractorzoom/equipment-attributes

Version:

Source of truth for equipment attributes by category

4 lines (3 loc) 240 B
import { SUB_CATEGORY } from '../attributes-by-subcategory'; import { CATEGORY_NAMES } from '../categories'; export declare const getFriendlySubcategoryName: (category: CATEGORY_NAMES, subcategory: SUB_CATEGORY | 'Other' | null) => string;