Schema representing a PushTemplate
Summary
Functions
Components could just be enums that are typed - so we need to decode those as enums as they will just be stings
Types
@type t() :: %ExStreamClient.Model.PushTemplate{ created_at: DateTime.t() | integer() | String.t(), enable_push: boolean(), event_type: :"feeds.notification_feed.updated" | :"feeds.follow.created" | :"feeds.comment.reaction.added" | :"feeds.activity.reaction.added" | :"feeds.comment.added" | :"feeds.activity.added" | :"notification.reminder_due" | :"reaction.new" | :"message.updated" | :"message.new", template: String.t() | nil, updated_at: DateTime.t() | integer() | String.t() }