Interface BookOpenCountItem

interface BookOpenCountItem {
    count: number;
    id: string;
    last: Date;
    name: string;
}

Properties

Properties

count: number
id: string
last: Date
name: string