import { Injectable } from '@nestjs/common'; import {Interval} from "@nestjs/cron" @Injectable() export class SpotifyService { @Interval }