chore: type gen formatting (#6309)

This commit is contained in:
Elliot DeNolf
2024-05-09 23:55:55 -04:00
committed by GitHub
parent f9d862d854
commit 354ad7092c
44 changed files with 217 additions and 85 deletions

View File

@@ -96,6 +96,6 @@ export interface PayloadMigration {
declare module 'payload' {
// @ts-ignore
export interface GeneratedTypes extends Config {}
// @ts-ignore
export interface GeneratedTypes extends Config {}
}