Alokai

CategoryParameters

Necessary parameters to get categories.

interface CategoryParameters {
	categoryId: number;
}

Properties

NameRequiredTypeDescription
categoryIdRequirednumberUnique ID of the category.

On this page