export interface SapAttachmentModel { id: number; line: number; fileName: string; fileExt: string; category: string; }