Result of a single manga sync/update operation.
export interface SyncResult { success: boolean; mediaId: number; error?: string; entryId?: number; rateLimited: boolean; retryAfter: number | null;} Copy
export interface SyncResult { success: boolean; mediaId: number; error?: string; entryId?: number; rateLimited: boolean; retryAfter: number | null;}
Optional
Result of a single manga sync/update operation.
Source