import IPackHistoryItem from "./IPackHistoryItem";
export default interface IPackHistory {
    packs: IPackHistoryItem[];
}
