Current section

Files

Jump to
showtime src showtime tests meta.gleam
Raw

src/showtime/tests/meta.gleam

pub type Meta {
Meta(description: String, tags: List(String))
}