[TLC-674] Tidy up components, WIP spec tests

This commit is contained in:
Kim Shepherd
2024-01-23 14:00:14 +13:00
parent b672668e15
commit 0e4ad5e674
8 changed files with 267 additions and 24 deletions

View File

@@ -10,9 +10,9 @@ export class Duplicate {
@autoserialize
uuid: string;
@autoserialize
workflowItemId: bigint;
workflowItemId: number;
@autoserialize
workspaceItemId: bigint;
workspaceItemId: number;
@autoserialize
owningCollection: string;