export default interface IPackHistoryItem {
    can_be_redownloaded?: boolean;
    name?: string;
    uuid: string;
    version: number[];
}
