View Source Parameter.Types.Decimal (Parameter v0.5.2)
Decimal parameter type. Include the Decimal library on your application to use this type:
def deps do
[
{:parameter, "~> ..."},
{:decimal, "~> 2.0"}
]
end
Decimal parameter type. Include the Decimal library on your application to use this type:
def deps do
[
{:parameter, "~> ..."},
{:decimal, "~> 2.0"}
]
end