cloudflare
Version:
The official TypeScript library for the Cloudflare API
13 lines • 637 B
TypeScript
import { APIResource } from 'cloudflare/resource';
import * as OutagesAPI from 'cloudflare/resources/radar/annotations/outages';
export declare class Annotations extends APIResource {
outages: OutagesAPI.Outages;
}
export declare namespace Annotations {
export import Outages = OutagesAPI.Outages;
export import OutageGetResponse = OutagesAPI.OutageGetResponse;
export import OutageLocationsResponse = OutagesAPI.OutageLocationsResponse;
export import OutageGetParams = OutagesAPI.OutageGetParams;
export import OutageLocationsParams = OutagesAPI.OutageLocationsParams;
}
//# sourceMappingURL=annotations.d.ts.map