Alokai

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