Kanta.Translations.DomainSpec (kanta v0.2.2)
Includes type specs for domain.
Summary
Types
@type t() :: %Kanta.Translations.Domain{ __meta__: term(), color: Kanta.Types.field(String.t()), description: Kanta.Types.field(String.t()), id: Kanta.Types.field(Kanta.Types.id()), inserted_at: Kanta.Types.field(NaiveDateTime.t()), messages: [Kanta.Translations.Message.t()], name: Kanta.Types.field(String.t()), updated_at: Kanta.Types.field(NaiveDateTime.t()) }