Type alias Book

Book: {
    id: string;
    base: Currency;
    unitSize: string;
    quote: Currency;
    isOpened: boolean;
}

Type declaration