Current section

Files

Jump to
merchant lib merchant model metadata.ex
Raw

lib/merchant/model/metadata.ex

defmodule Merchant.Metadata do
@moduledoc """
Provides struct and type for a Metadata
"""
use TypedStruct
typedstruct do
end
end