diff --git a/plugin/src/lib/payload-types.ts b/plugin/src/lib/payload-types.ts index b663863..0269d73 100644 --- a/plugin/src/lib/payload-types.ts +++ b/plugin/src/lib/payload-types.ts @@ -613,8 +613,3 @@ export interface Statistic { updatedAt?: string | null; createdAt?: string | null; } - - -declare module 'payload' { - export interface GeneratedTypes extends Config {} -} \ No newline at end of file