cloudflare
Version:
The official TypeScript library for the Cloudflare API
13 lines • 501 B
JavaScript
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
import { APIResource } from 'cloudflare/resource';
import * as LogsAPI from 'cloudflare/resources/pages/projects/deployments/history/logs';
export class History extends APIResource {
constructor() {
super(...arguments);
this.logs = new LogsAPI.Logs(this._client);
}
}
(function (History) {
History.Logs = LogsAPI.Logs;
})(History || (History = {}));
//# sourceMappingURL=history.mjs.map