Kanta.Translations.SingularTranslationSpec (kanta v0.2.1)

Includes type specs for singular translations.

Summary

Types

@type t() :: %Kanta.Translations.SingularTranslation{
  __meta__: term(),
  id: Kanta.Types.field(Kanta.Types.id()),
  inserted_at: Kanta.Types.field(NaiveDateTime.t()),
  locale: Kanta.Types.field(Kanta.Translations.Locale.t()),
  locale_id: Kanta.Types.field(Kanta.Types.id()),
  message: Kanta.Types.field(Kanta.Translations.Message.t()),
  message_id: Kanta.Types.field(Kanta.Types.id()),
  original_text: Kanta.Types.field(String.t()),
  translated_text: Kanta.Types.field(String.t()),
  updated_at: Kanta.Types.field(NaiveDateTime.t())
}