import Spitch from 'spitch';const client = new Spitch();// Automatically fetches more pages as needed.for await (const job of client.jobs.list()) { console.log(job.job_id);}
import Spitch from 'spitch';const client = new Spitch();// Automatically fetches more pages as needed.for await (const job of client.jobs.list()) { console.log(job.job_id);}