PWAPP/PWAPPv2/Source/Attachments/AttachmentResponse.cs
goomatt33 205b3d8014 Modified how attachments are pushed to the API.
Added support for BMP and GIF image types.
2024-03-25 13:21:14 -04:00

13 lines
209 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PWAPPv2.Source.Attachments
{
public class AttachmentResponse
{
}
}