jerel / ecto_fields

Provides common fields for Ecto
MIT License
43 stars 7 forks source link

Add typespecs to ecto types #11

Open sitch opened 3 years ago

sitch commented 3 years ago

Example:

defmodule EctoFields.URL do

  # add `t:t/0`
  @type t() :: String.t() 
   ...
end

This is useful for your typespec struct definitions