export interface IFileAttachSubmit { fileName?: string | undefined; fileId?: string | undefined; }