import { Novu } from "@novu/api";const novu = new Novu({ apiKey: "<YOUR_API_KEY_HERE>",});async function run() { const result = await novu.tenants.list(7685.78, 10); for await (const page of result) { // handle page }}run();
import { Novu } from "@novu/api";const novu = new Novu({ apiKey: "<YOUR_API_KEY_HERE>",});async function run() { const result = await novu.tenants.list(7685.78, 10); for await (const page of result) { // handle page }}run();