Kind: Interface
Source: atloria-monorepo/packages/doc-automation/src/v2/stages/stage-01-parse/api-call-mapper.ts
A detected API call from frontend code
Properties
| Property | Type |
|---|---|
id | string |
method | `'GET' |
path | string |
sourceEntityId | string |
sourceFile | string |
lineNumber | number |
requestBody | string |
responseType | string |
apiClient | `'fetch' |
confidence | `'high' |
Was this page helpful?