interface CustomListsData {
    custom_lists: CustomListData[];
}

Properties

Properties

custom_lists: CustomListData[]