geo-therminator/lib/geo_therminator/pump_api/auth/user.ex

7 lines
155 B
Elixir

defmodule GeoTherminator.PumpAPI.Auth.User do
require Record
Record.defrecord(:record, :user, [:tokens])
@type t :: :pump_api@auth@user.user()
end