cloudflare
Version:
The official TypeScript library for the Cloudflare API
16 lines • 794 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 BillingHistoriesV4PagePaginationArray = HistoryAPI.BillingHistoriesV4PagePaginationArray;
export import HistoryListParams = HistoryAPI.HistoryListParams;
export import Profile = ProfileAPI.Profile;
export import ProfileGetResponse = ProfileAPI.ProfileGetResponse;
}
//# sourceMappingURL=billing.d.ts.map