GenerAI / worldmonitor /src /config /scenario-templates.ts
amogaddy's picture
Integra World Monitor (AGPL-3.0, self-hosted) nello Space: pagina, menu, e arricchimento notizie per la AI (part 7)
9d2d895 verified
Raw
History Blame Contribute Delete
507 Bytes
/**
* Re-exports scenario template types for use within src/.
* The authoritative source is server/worldmonitor/supply-chain/v1/scenario-templates.ts
* (kept there so API edge functions can import it without crossing the src/ boundary).
*/
export type {
ScenarioType,
ScenarioTemplate,
ScenarioVisualState,
ScenarioResult,
} from '../../server/worldmonitor/supply-chain/v1/scenario-templates';
export { SCENARIO_TEMPLATES } from '../../server/worldmonitor/supply-chain/v1/scenario-templates';