Skip to content

Commit

Permalink
patch(payloadtypes): remove breaking type definition (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
thompsonsj authored Oct 28, 2024
1 parent 46b9f80 commit 25919b4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions plugin/src/lib/payload-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -613,8 +613,3 @@ export interface Statistic {
updatedAt?: string | null;
createdAt?: string | null;
}


declare module 'payload' {
export interface GeneratedTypes extends Config {}
}

0 comments on commit 25919b4

Please sign in to comment.