Hierarchy

  • Category

Properties

bannerUrl: null | string
children: {
    items: Category[];
    totalCount: number;
}

Type declaration

id: number
name: string
objects?: {
    items: Object[];
    totalCount: number;
}

Type declaration

  • items: Object[]
  • totalCount: number
parent: Category
popularity: number
slug: string
url: string

Generated using TypeDoc