FileUploadResult.cs 175 B

123
  1. namespace SharedKernel.Storage;
  2. public sealed record FileUploadResult(string Url, string FileName, long Size, string Extension, short? Width = null, short? Height = null);