Files
negareh-api/src/modules/request/interface/request.interface.ts
T
2026-02-21 10:59:07 +03:30

3 lines
118 B
TypeScript

export interface IAttachment { type: string, url: string }
export interface IField { fieldId: string; value: string }