UNPKG

@impler/shared

Version:

Reusable types and classes to shared between apps and libraries

8 lines 178 B
export interface IUserJob { _id: string; url: string; _templateId: string; headings: string[]; cron: string; } //# sourceMappingURL=Userjob.interface.d.ts.map