Add UIImage to Struct

I'm a new programmer and unable to add the UIImage data type to a Stuct (line 3 below). What have I done wrong? Any help is appreciated.

struct neptuneAsset {
    let image: UIImage
    let orderNumber: Int
    let moonName: String
    
}

Thank you,

WingedValyrian (the novice programmer)

Replies

*struct