6 lines
No EOL
185 B
C#
6 lines
No EOL
185 B
C#
using JetBrains.Annotations;
|
|
|
|
namespace Femto.Api.Controllers.Posts.Dto;
|
|
|
|
[PublicAPI]
|
|
public record CreatePostRequestMedia(Guid MediaId, Uri Url, string? Type, int? Width, int? Height); |