Kind: Interface
Source: atloria-monorepo/apps/api/src/doc-version/carry-forward.service.ts
Properties
| Property | Type |
|---|---|
carried | number |
flagged | number |
carriedCategories | number |
details | `{ |
carriedDocs: Array<{ id: string; title: string; slug: string }>; flaggedDocs: Array<{ previousDocId: string; title: string; slug: string; newVersionDocId: string | null; }>;
}` |
Was this page helpful?