4 lines
134 B
Ruby
4 lines
134 B
Ruby
# frozen_string_literal: true
|
|
|
|
WikiPageModel = Struct.new(:id, :path, :title, :description, :created_at, :locale, keyword_init: true)
|