export interface IServiceWorkerConfig {
  onUpdate: (registration: ServiceWorkerRegistration) => void
  onSuccess: (registration: ServiceWorkerRegistration) => void
}
