Fix missing omit in application config (#18354)

as title
This commit is contained in:
martmull
2026-03-03 16:33:49 +01:00
committed by GitHub
parent b1107c823a
commit 8b26020a0b
@@ -6,4 +6,5 @@ export type ApplicationConfig = Omit<
| 'yarnLockChecksum'
| 'apiClientChecksum'
| 'postInstallLogicFunctionUniversalIdentifier'
| 'preInstallLogicFunctionUniversalIdentifier'
>;