cloudflare
Version:
The official TypeScript library for the Cloudflare API
16 lines • 754 B
TypeScript
import { APIResource } from 'cloudflare/resource';
import * as HistoryAPI from 'cloudflare/resources/user/billing/history';
import * as ProfileAPI from 'cloudflare/resources/user/billing/profile';
export declare class Billing extends APIResource {
history: HistoryAPI.History;
profile: ProfileAPI.Profile;
}
export declare namespace Billing {
export import History = HistoryAPI.History;
export import BillingHistory = HistoryAPI.BillingHistory;
export import HistoryGetResponse = HistoryAPI.HistoryGetResponse;
export import HistoryGetParams = HistoryAPI.HistoryGetParams;
export import Profile = ProfileAPI.Profile;
export import ProfileGetResponse = ProfileAPI.ProfileGetResponse;
}
//# sourceMappingURL=billing.d.ts.map