This commit is contained in:
2026-02-18 22:15:50 +03:30
parent 84270ccb46
commit 3afcd2e4b3
8 changed files with 135 additions and 19 deletions
@@ -1 +1,3 @@
export interface IAttachment { type: string, url: string }
export interface IField { fieldId: number, value: string }