Migrate page layout services (#16443)

Last step of the page layout migration:
- Migrate services
- Write integration tests
This commit is contained in:
Raphaël Bosi
2025-12-10 13:49:44 +00:00
committed by GitHub
parent 1839f8e946
commit f48adb5f07
157 changed files with 6099 additions and 7586 deletions
@@ -30,7 +30,7 @@ type ComputeDiffBetweenObjectsParams<
};
export const computeDiffBetweenObjects = <
T extends { id: string; deletedAt: Date | null },
T extends { id: string; deletedAt: string | null },
K extends { id: string },
>({
existingObjects,