mirror of
https://github.com/hykilpikonna/AquaDX.git
synced 2026-08-08 12:05:53 -05:00
7 lines
153 B
C#
7 lines
153 B
C#
namespace AquaMai.ErrorReport;
|
|
|
|
public class FileHeaderMeta
|
|
{
|
|
public string? Filename { get; set; }
|
|
public string? ContentType { get; set; }
|
|
} |