refact
This commit is contained in:
3
lib/domain/model/wiki_page_model.rb
Normal file
3
lib/domain/model/wiki_page_model.rb
Normal file
@@ -0,0 +1,3 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
WikiPageModel = Struct.new(:id, :path, :title, :description, :created_at, :locale, keyword_init: true)
|
||||
Reference in New Issue
Block a user