Kind: Interface
Source: atloria-monorepo/apps/parser-orchestrator/src/interfaces/relationship.interface.ts
API flow showing component → API → service → model chain
Properties
| Property | Type |
|---|---|
endpoint | `{ |
id: string; name: string; path: string; method: string;
}| |callers|Array<{
id: string;
name: string;
type: string;
filePath: string;
}>| |services|Array<{
id: string;
name: string;
filePath: string;
}>| |models|Array<{
id: string;
name: string;
tableName: string;
}>| |relationships|Relationship[]` |
Was this page helpful?