export class Cron { constructor(data: any) { this.run(data); } run(data: any) { console.log('tesstt'); } }