namespace BlueLaminate.Core.Skins;
/// True when the monthly throttle suppressed the run.
/// When the previous successful run happened, if any.
public sealed record SkinSyncResult(
bool Skipped,
DateTimeOffset? LastRanAt,
int Loaded,
int Inserted,
int Updated,
int WeaponsCreated,
int CollectionsCreated);