Skip to content

Commit

Permalink
Document the usage of the type struct in the omit utility (#1150)
Browse files Browse the repository at this point in the history
Document usage of type struct in omit utility
  • Loading branch information
arturmuller committed Dec 16, 2023
1 parent 772cc7f commit a4c2ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ omit(
)
```

`omit` allows you to create a new struct based on an existing object struct, but excluding specific properties.
`omit` allows you to create a new struct based on an existing `object` or `type` struct, but excluding specific properties.

### `partial`

Expand Down

0 comments on commit a4c2ebd

Please sign in to comment.