interface ListCategoriesResponse {
    categories: Category[];
    totalCount: number;
}

Properties

categories: Category[]
totalCount: number