type Acknowledge = {
  name: string,
  notificationsIds: string[],
};

export default Acknowledge;
