Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

Category

Representation of a Category Category

export interface Category {
	'code'?: string;
	'image'?: Image;
	'name'?: string;
	'url'?: string;
}

Properties

NameRequiredTypeDescription
codeOptionalstringCode of the category {string} Category
imageOptionalImage{Image} Category
nameOptionalstringName of the category {string} Category
urlOptionalstringURL of the category {string} Category

Referenced Types

On this page