Type Alias NotificationCustomData

NotificationCustomData: {
    all: boolean;
    future: boolean;
    selected: { meta: { id: string } }[];
}

Type declaration

  • all: boolean
  • future: boolean
  • selected: { meta: { id: string } }[]