export type ListMessages = {
  filterEnabled: string;
  total: string;
};
