forked from payloadcms/payload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
types.d.ts
18 lines (16 loc) · 849 Bytes
/
types.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
export * from './dist/types';
export {
PayloadCollectionConfig as CollectionConfig,
BeforeOperationHook as CollectionBeforeOperationHook,
BeforeValidateHook as CollectionBeforeValidateHook,
BeforeChangeHook as CollectionBeforeChangeHook,
AfterChangeHook as CollectionAfterChangeHook,
BeforeReadHook as CollectionBeforeReadHook,
BeforeDeleteHook as CollectionBeforeDeleteHook,
AfterDeleteHook as CollectionAfterDeleteHook,
BeforeLoginHook as CollectionBeforeLoginHook,
AfterLoginHook as CollectionAfterLoginHook,
AfterForgotPasswordHook as CollectionAfterForgotPasswordHook,
} from './dist/collections/config/types';
export { PayloadGlobalConfig as GlobalConfig } from './dist/globals/config/types';
export { Field, FieldHook, FieldAccess, RichTextCustomElement, RichTextCustomLeaf, Block } from './dist/fields/config/types';