demarches-normaliennes/app/lib/dolist/base64_file.rb

6 lines
141 B
Ruby
Raw Normal View History

# frozen_string_literal: true
module Dolist
Base64File = Struct.new(:field_name, :filename, :mime_type, :content, keyword_init: true)
end