interface ArchiveMember {
    comment: string;
    path: string;
    size: number;
    timestamp: string;
}

Properties

comment: string
path: string
size: number
timestamp: string