interface CustomListsForBookState {
    customLists?: CustomListData[];
}

Properties

Properties

customLists?: CustomListData[]