Commit c3ec73f
authored
chore: export FieldAccessArgs from payload (#14755)
### What?
Export `FieldAccessArgs` from payload
### Why?
Consumers can currently import `FieldAccess` from payload but not the
args type it uses.
This also makes it consistent with `Access` which is exported alongside
`AccessArgs`.
### How?
Added `FieldAccessArgs` to the root exports.1 parent 3a09387 commit c3ec73f
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1563 | 1563 | | |
1564 | 1564 | | |
1565 | 1565 | | |
| 1566 | + | |
1566 | 1567 | | |
1567 | 1568 | | |
1568 | 1569 | | |
| |||
0 commit comments