interface AttachmentFile {
    id: number;
    name: string;
    size: number;
}

Properties

Properties

id: number
name: string
size: number