export interface NotificarePushSubscription {
  readonly token: string;
}
