Skip to content

Commit

Permalink
Revert "Convert to class?"
Browse files Browse the repository at this point in the history
This reverts commit 216f195.
  • Loading branch information
brianhall committed Dec 11, 2024
1 parent 216f195 commit eb6e89a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ struct Choice: Codable, Sendable {
let elements: [PageElement]
}

final class ClickAction: Action {
struct ClickAction: Action {
let id: String
let actionType: ActionType
let elements: [PageElement]?
Expand Down

0 comments on commit eb6e89a

Please sign in to comment.