Kind: Interface
Source: atloria-monorepo/packages/doc-automation/src/v2/types/cross-language.types.ts
CrossLanguageMapping - Links frontend to backend for user journey docs
Example: When user clicks "Submit Order":
- React: OrderForm.tsx -> POST /api/orders -> Express/NestJS route
- Angular: OrderFormComponent.ts -> POST /api/orders -> .NET Controller
- Vue: OrderForm.vue -> POST /api/orders -> FastAPI endpoint
Properties
| Property | Type |
|---|---|
projectId | string |
frontendStack | FrontendFramework |
backendStack | BackendFramework |
screenMappings | ScreenToApiMapping[] |
apiCallPatterns | ApiCallPattern[] |
Was this page helpful?