4 lines
133 B
C#
4 lines
133 B
C#
|
namespace YaeBlog.Core.Models;
|
|||
|
|
|||
|
public record struct ImageScanResult(List<FileInfo> UnusedImages, List<FileInfo> NotFoundImages);
|