test: regenerate payload-types.ts for all test suites (#11238)

Regenerates `payload-types.ts` for all test suites.
This commit is contained in:
Sasha
2025-02-18 00:45:59 +02:00
committed by GitHub
parent e78500feef
commit 117949b8d9
53 changed files with 2848 additions and 28 deletions

View File

@@ -64,6 +64,7 @@ export interface Config {
auth: {
users: UserAuthOperations;
};
blocks: {};
collections: {
posts: Post;
pages: Page;