interface Categories {
    mainList: MainList[];
    subList: SubList[];
}

Properties

Properties

mainList: MainList[]
subList: SubList[]