Provides struct and type for a Todo
@type t() :: %OpenCode.Generated.Todo{ content: String.t(), priority: String.t(), status: String.t() }