UNPKG

zync-nest-library

Version:

NestJS library with database backup and file upload utilities

14 lines (12 loc) 203 B
export interface IExabyteConfig { username: string; password: string; url: string; sendId: string; } export interface ISms { to: string; body: string; type?: 1 | 2; senderid?: string; }