5 lines
79 B
TypeScript
Raw Normal View History

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