Skip to content

baobab.seeds.project #

struct Story #

struct Story {
pub mut:
	id   string
	name string @[required]
	tag  string @[index]
}