ProfileEditLogData
public struct ProfileEditLogData : ContentUsed to return data moderators need to view previous edits a user made to their profile.
This structure will have either the profileData or profileImage field populated.
An array of these stucts is placed inside ProfileModerationData.
- 
                  
                  DeclarationSwift var editID: UUID
- 
                  
                  DeclarationSwift var createdAt: Date
- 
                  
                  DeclarationSwift var author: UserHeader
- 
                  
                  DeclarationSwift var profileData: UserProfileUploadData?
- 
                  
                  DeclarationSwift var profileImage: String?
- 
                  
                  DeclarationSwift init(_ edit: ProfileEdit, on req: Request) throws
 View on GitHub
            View on GitHub
           ProfileEditLogData Structure Reference
      ProfileEditLogData Structure Reference