Skip to content

CarryForwardResult

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/apps/api/src/doc-version/carry-forward.service.ts

Properties

PropertyType
carriednumber
flaggednumber
carriedCategoriesnumber
details`{
carriedDocs: Array<{ id: string; title: string; slug: string }>;
flaggedDocs: Array<{
  previousDocId: string;
  title: string;
  slug: string;
  newVersionDocId: string | null;
}>;

}` |

Was this page helpful?

Download as PDF