2020-02-21 09:35:58 +09:00

5 lines
79 B
TypeScript

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