interface BookInfo {
    chapters: number;
    fullNames: string[];
    shortName: string;
}

Properties

chapters: number
fullNames: string[]
shortName: string