Kind: Class
Source: atloria-monorepo/apps/api/src/graph/dto/sync-entities.dto.ts
Entity DTO for bulk sync operations from CLI Matches the format sent by CLI's ApiProvider
Properties
| Property | Type |
|---|---|
id | string |
type | string |
name | string |
filePath | string |
startLine | number |
endLine | number |
framework | string |
metadata | Record<string, unknown> |
Was this page helpful?