oliverbooth.dev/OliverBooth.Common/Data/Mastodon/AttachmentType.cs
Oliver Booth 6ec4103a3a
refactor: separate Markdig extensions from project
Also introduces .Common project to house common references and types
2024-05-05 02:18:20 +01:00

11 lines
131 B
C#

namespace OliverBooth.Common.Data.Mastodon;
public enum AttachmentType
{
Unknown,
Image,
GifV,
Video,
Audio
}