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