export interface AttachmentFile {
    name: string;
    fileId: string;
    appId: string;
    fileCode: string;
    status?: string;
}
