Incant.ActionResult.Reveal (incant v0.1.0)

Copy Markdown

Reveal a one-time value (such as a newly created secret) to the user.

Summary

Types

t()

@type t() :: %Incant.ActionResult.Reveal{
  description: String.t() | nil,
  title: String.t() | nil,
  value: String.t()
}