Example: ```elixir defmodule EctoFields.URL do # add `t:t/0` @type t() :: String.t() ... end ``` This is useful for your typespec struct definitions
Example:
This is useful for your typespec struct definitions