Created
July 11, 2025 02:27
-
-
Save zachdaniel/13ffba5f26788c9f9b8ae409b1b2b671 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```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