export default function (): any {
  return {
    data: null,
    filters: {
      terms: '',
      bycol: {},
      byEqualCol: {},
    },
  };
}
