3 lines
88 B
Ruby
3 lines
88 B
Ruby
# frozen_string_literal: true
|
|
|
|
LabelModel = Struct.new(:id, :label, keyword_init: true)
|