/* This file is generated and managed by tsync */ interface Book { name: string chapters: Array } interface Chapter { title: string pages: number }