Skip to content

Commit c3ec73f

Browse files
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

File tree

packages/payload/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,6 +1563,7 @@ export type {
15631563
EmailFieldClient,
15641564
Field,
15651565
FieldAccess,
1566+
FieldAccessArgs,
15661567
FieldAffectingData,
15671568
FieldAffectingDataClient,
15681569
FieldBase,

0 commit comments

Comments
 (0)