Skip to content

Instantly share code, notes, and snippets.

@zachdaniel
Created July 11, 2025 02:27
Show Gist options
  • Save zachdaniel/13ffba5f26788c9f9b8ae409b1b2b671 to your computer and use it in GitHub Desktop.
Save zachdaniel/13ffba5f26788c9f9b8ae409b1b2b671 to your computer and use it in GitHub Desktop.
```elixir
defmodule Thing do
use Ash.TypedStruct
typed_struct do
field(:name, :string, allow_nil?: false)
end
end
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment