export default interface FlatListItem {
  key: string;
  [key: string]: any | undefined;
}
