request populate

This commit is contained in:
2026-02-21 10:59:07 +03:30
parent bb9d1db98f
commit a0a40b52d5
3 changed files with 35 additions and 1 deletions
@@ -1,3 +1,3 @@
export interface IAttachment { type: string, url: string }
export interface IField { fieldId: number, value: string }
export interface IField { fieldId: string; value: string }