UNPKG

magicbell

Version:
14 lines 492 B
// This file is generated. Do not update manually! import { Resource } from '../../client/resource.js'; export class BroadcastsNotifications extends Resource { path = 'broadcasts'; entity = 'notification'; list(broadcastId, dataOrOptions, options) { return this.request({ method: 'GET', path: '{broadcast_id}/notifications', paged: true, }, broadcastId, dataOrOptions, options); } } //# sourceMappingURL=notifications.js.map