export type JewelryTypeName = 'ring' | 'earrings' | 'necklace' | 'pendant' | 'others';
