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