export interface Attachment { SourceId: string; ApplicationId: number; } export interface AttachmentList { ProcessInstanceID?: string; Attachments?: Attachment[]; } export interface Excludetask { serialNumber: string; action: string; ActionTypeId?: number; dataFields: { ReviewUserComment?: string, Note?: any } FolderId?: number; AttachmentList?: AttachmentList | any; }