We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b3b021 commit 700baf1Copy full SHA for 700baf1
packages/payload/src/index.ts
@@ -710,11 +710,11 @@ export type {
710
AfterErrorHook as CollectionAfterErrorHook,
711
AfterForgotPasswordHook as CollectionAfterForgotPasswordHook,
712
AfterLoginHook as CollectionAfterLoginHook,
713
- AfterLogoutHook,
714
- AfterMeHook,
+ AfterLogoutHook as CollectionAfterLogoutHook,
+ AfterMeHook as CollectionAfterMeHook,
715
AfterOperationHook as CollectionAfterOperationHook,
716
AfterReadHook as CollectionAfterReadHook,
717
- AfterRefreshHook,
+ AfterRefreshHook as CollectionAfterRefreshHook,
718
AuthCollection,
719
AuthOperationsFromCollectionSlug,
720
BeforeChangeHook as CollectionBeforeChangeHook,
0 commit comments