export interface SelectFileInfo {
  attachmentSeq: number;
  index?: number;
}