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