import { Book } from "../types/Book"; export const deleteBook = ({ uuid }: Pick) => `DELETE FROM bookData WHERE uuid='${uuid}';`;