export type TPushSettings = {
  fcmToken: string | null
  isNotificationEnabled: boolean
  needFirstRequestPermission: boolean
}
