ModChangeDTO
ModChangeDTO is the frontend-safe representation of mod change.
Kind
struct
Fields
| Go field | JSON field | Go type | TypeScript type | Optional | Nullable |
|---|---|---|---|---|---|
Name | name | string | string | No | No |
From | from | string | string | Yes | No |
To | to | string | string | Yes | No |
Used by
- ConfigurationChangesDTO — field
added - ConfigurationChangesDTO — field
removed - ConfigurationChangesDTO — field
updated
Source
internal/transport/wails/lastknown_dto.go:8