# `Weld.Manifest.Verify`
[🔗](https://github.com/nshkrdotcom/weld/blob/main/lib/weld/manifest.ex#L86)

Verification configuration for a generated artifact.

# `smoke_config`

```elixir
@type smoke_config() :: %{enabled: boolean(), entry_file: String.t() | nil}
```

# `t`

```elixir
@type t() :: %Weld.Manifest.Verify{
  artifact_tests: [String.t()],
  hex_build: boolean(),
  hex_publish: boolean(),
  smoke: smoke_config()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
