interface ComplaintsData {
    book: { id: string };
    complaints: { [key: string]: number };
}

Properties

Properties

book: { id: string }
complaints: { [key: string]: number }