enum SharingAction: Codable { case showSharing(Bool) // case sendAttachment([ShareItem]) // case sendAttachmentDone // case sendAttachmentError(reason: String) }