Skip to content

APIFlow

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/apps/parser-orchestrator/src/interfaces/relationship.interface.ts

API flow showing component → API → service → model chain

Properties

PropertyType
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?

Download as PDF