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