import { SlideId } from './types' export const SLIDE_ORDER: SlideId[] = [ 'intro-presenter', 'executive-summary', 'cover', 'problem', 'solution', 'regulatory-landscape', 'product', 'how-it-works', 'market', 'business-model', 'traction', 'competition', 'team', 'financials', 'the-ask', 'ai-qa', 'annex-assumptions', 'annex-architecture', 'annex-gtm', 'annex-regulatory', 'annex-engineering', 'annex-aipipeline', 'annex-sdk-demo', ] export const TOTAL_SLIDES = SLIDE_ORDER.length