Alokai

CategoryWithCount

Categories extended with count property.

interface CategoryWithCount extends Category {
	count?: number;
}

Properties

NameRequiredTypeDescription
countOptionalnumber

Referenced Types

On this page