type alias AttachmentValidationResult Attachment validation result Definition { valid: true; } | { valid: false; error: AttachmentValidationError; }