export default interface ViewToken {
  item: any;
  key: string;
  index: number | null;
  isViewable: boolean;
  timestamp: number;
}
