phase-2: add shared platform interfaces and type contracts

This commit is contained in:
sdarbinyan
2026-07-03 01:29:04 +04:00
parent b957112fc7
commit e0b73923f9
25 changed files with 334 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
export * from './api-endpoints.model';
export * from './bootstrap-config.model';
export * from './branding.model';
export * from './company.model';
export * from './feature-flags.model';
export * from './localization.model';
export * from './navigation.model';
export * from './page.model';
export * from './permissions.model';
export * from './section.model';
export * from './seo.model';
export * from './tenant.model';
export * from './theme.model';
export * from './widget.model';