Skip to content

VersionDiff

reference
1 min readUpdated

Kind: Interface

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

Properties

PropertyType
versionAstring
versionBstring
summary`{
added: number;
removed: number;
modified: number;
unchanged: number;
totalA: number;
totalB: number;

}| |documents|{ added: DocDiffEntry[]; removed: DocDiffEntry[]; modified: DocDiffEntry[]; unchanged: DocDiffEntry[]; }| |categories|{ added: CategoryDiffEntry[]; removed: CategoryDiffEntry[]; unchanged: CategoryDiffEntry[]; }` |

Was this page helpful?

Download as PDF