All Downloads are FREE. Search and download functionalities are using the official Maven repository.

zio.lambda.event.LexEvent.scala Maven / Gradle / Ivy

package zio.lambda.event

import zio.json._

final case class LexEvent()

object LexEvent {
  implicit val decoder: JsonDecoder[LexEvent] = DeriveJsonDecoder.gen[LexEvent]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy