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