Interface Textbook

interface Textbook {
    details: string;
}

Properties

Properties

details: string