namespace EnvelopeGenerator.Application.DTOs { public record DocumentReceiverElementDto( int Guid, int DocumentId, int ReceiverId, int ElementType, float PositionX, float PositionY, float Width, float Height, int Page, bool Required, string Tooltip, bool ReadOnly, int AnnotationIndex, DateTime AddedWhen, DateTime? ChangedWhen, EnvelopeDocumentDto? Document, EnvelopeReceiverDto? Receiver); }