Last PR before Release (#2692)
This commit is contained in:
parent
07e96389fb
commit
5cf6077dfd
38 changed files with 3801 additions and 2044 deletions
|
|
@ -18,4 +18,10 @@ export interface ScrobbleEvent {
|
|||
createdUtc: string;
|
||||
volumeNumber: number | null;
|
||||
chapterNumber: number | null;
|
||||
isErrored: boolean;
|
||||
/**
|
||||
* Null when not errored
|
||||
*/
|
||||
errorDetails: string | null;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue