UNPKG

@synotech/utils

Version:

a collection of utilities for internal use

9 lines (8 loc) 164 B
/** * @module itemCategory * @description A list of itemCategory */ export declare const itemCategory: { name: string; description: string; }[];