Logic function refactorization (#17861)

As title
This commit is contained in:
martmull
2026-02-12 11:40:49 +01:00
committed by GitHub
parent b456f79167
commit a4ed043d43
122 changed files with 1441 additions and 1897 deletions
@@ -1,4 +1,3 @@
import { type Sources } from '@/types';
import { type ApplicationManifest } from './applicationType';
import { type AssetManifest } from './assetManifestType';
import { type FieldManifest } from './fieldManifestType';
@@ -15,5 +14,4 @@ export type Manifest = {
frontComponents: FrontComponentManifest[];
roles: RoleManifest[];
publicAssets: AssetManifest[];
sources: Sources;
};