interface BookLink {
    text: string;
    url: (book: BookData) => string;
}

Properties

Properties

text: string
url: (book: BookData) => string