# frozen_string_literal: true module Trellodon Checklist = Struct.new("Checklist", :id, :name, :items, keyword_init: true) end