chore: update generated types for all test suites (#9577)

This commit is contained in:
Alessio Gravili
2024-11-27 13:36:37 -07:00
committed by GitHub
parent 3c35d81fe5
commit c7138b9aab
48 changed files with 323 additions and 139 deletions

View File

@@ -52,9 +52,9 @@ export interface Config {
user: HooksUser & {
collection: 'hooks-users';
};
jobs?: {
jobs: {
tasks: unknown;
workflows?: unknown;
workflows: unknown;
};
}
export interface HooksUserAuthOperations {