mirror of
https://github.com/ProtonMail/go-proton-api.git
synced 2025-12-23 15:47:52 -05:00
fix: Change Data to any in LinkEvent
This commit is contained in:
@@ -15,9 +15,9 @@ type LinkEvent struct {
|
||||
|
||||
CreateTime int
|
||||
|
||||
Data string
|
||||
|
||||
Link Link
|
||||
|
||||
Data any
|
||||
}
|
||||
|
||||
type LinkEventType int
|
||||
|
||||
Reference in New Issue
Block a user