Schema representing a GetPushTemplatesResponse
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.GetPushTemplatesResponse{ duration: String.t(), templates: [ExStreamClient.Model.PushTemplateResponse.t()] }