Browse Source

chore: Update generated types

Michael Bromley 3 months ago
parent
commit
d1d85bad5e

File diff suppressed because it is too large
+ 41 - 8
packages/admin-ui/src/lib/core/src/common/generated-types.ts


+ 1 - 1
packages/asset-server-plugin/e2e/graphql/generated-e2e-asset-server-plugin-types.ts

@@ -6622,7 +6622,7 @@ export type CreateAssetsMutation = {
               preview: string;
               preview: string;
               focalPoint?: { x: number; y: number } | null;
               focalPoint?: { x: number; y: number } | null;
           }
           }
-        | {}
+        | Record<PropertyKey, never>
     >;
     >;
 };
 };
 
 

Some files were not shown because too many files changed in this diff