feat(tools): add demodata feature, update package metadata, tsconfig paths, CI/workflows, and bump deps

This commit is contained in:
2025-12-18 14:18:05 +00:00
parent 4bd61aed70
commit 4f08d09552
17 changed files with 3841 additions and 4976 deletions

View File

@@ -14,7 +14,7 @@ export interface IRole {
export interface IInvolvedParty {
role: string;
contact: plugins.tsclass.business.IContact;
contact: plugins.tsclass.business.TContact;
}
export interface IPortableContract {