pub type Entry { Entry( name: String, file: String, css: List(String), is_entry: Bool, is_dynamic: Bool, ) }
Entry( name: String, file: String, css: List(String), is_entry: Bool, is_dynamic: Bool, )
pub fn entry_decoder() -> decode.Decoder(Entry)
pub fn parse(value: String) -> List(Entry)