ArchAstro. Types. TeamInvite
(archastro v0.2.0)
Copy Markdown
A team invite containing a short alphanumeric code that other users can present to join the team.
Summary
Types
@type t() :: %ArchAstro.Types.TeamInvite{code: String.t()}
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()