src/app/book/book-data/models/book.model.ts
Properties |
author |
author:
|
Type : string
|
Optional |
authors |
authors:
|
Type : literal type[]
|
Optional |
cover |
cover:
|
Type : literal type
|
Optional |
description |
description:
|
Type : string
|
Optional |
genre |
genre:
|
Type : string
|
Optional |
id |
id:
|
Type : number
|
isbn |
isbn:
|
Type : string
|
released |
released:
|
Type : Date
|
Optional |
summary |
summary:
|
Type : string
|
Optional |
title |
title:
|
Type : string
|
Optional |