using System.Dynamic; namespace EnvelopeGenerator.Application.Common.Dto; /// /// Represents PSPDFKit annotation data. /// /// Instant annotation data. /// Structured annotation data. [Obsolete("The PSPDFKit library is deprecated.")] public record PsPdfKitAnnotation(ExpandoObject Instant, IEnumerable Structured);