Added modules for books & series.

This commit is contained in:
Tom
2025-02-24 20:54:58 +00:00
parent 8f0ca1ce58
commit a44cd89072
25 changed files with 767 additions and 41 deletions

View File

@ -0,0 +1,15 @@
export enum BookOriginType {
AUTHOR = 1,
ILLUSTRATOR = 2,
CATEGORY = 10,
LANGUAGE = 11,
MEDIA_TYPE = 12,
MATURITY_RATING = 20,
PROVIDER_THUMBNAIL = 30,
PROVIDER_URL = 31,
// 4x - Ratings
ISBN_10 = 40,
ISBN_13 = 41,
// 1xx - User-defined
TAGS = 100,
}