Interface IMangaUserUpdate

Hierarchy

Properties

chapters_read: null | number

Number of chapters read by the user

chapters_total: null | number

Total chapters of the manga to read

date: string

Date which the update was done

score: null | number

Score given by the user

status: null | string

Status for the user in the source

user: IUser

Data of the user

volumes_read: null | number

Number of volumes read by the user

volumes_total: null | number

Total volumes of the manga to read

Generated using TypeDoc