Type Alias ServiceNotificationData

ServiceNotificationData: {
    body: string;
    chatId: string;
    icon: string;
    personId: string;
    serviceId: string;
    title: string;
    workspaceId: string;
}

Type declaration

  • body: string
  • chatId: string
  • icon: string
  • personId: string
  • serviceId: string
  • title: string
  • workspaceId: string