# frozen_string_literal: true module Cocina module Models # This defines the data types supported by the model module Types include Dry.Types() end end end