Newer
Older
miracle-tv-backend / src / main / scala / sangria / Variables.scala
package sangria.http.pekko

trait Variables[T] {
  def empty: T
}