UNPKG

zync-nest-library

Version:

NestJS library with database backup and file upload utilities

11 lines (10 loc) 202 B
export interface INotification { title: string; body: string; topic?: string; image?: string; data?: { type: "ORDER" | "SCHEME" | "RATE" | "PUSH" | "FEED"; [x: string]: string; }; }