cloudflare
Version:
The official TypeScript library for the Cloudflare API
20 lines (18 loc) • 512 B
text/typescript
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
export {
Buckets,
type Bucket,
type BucketListResponse,
type BucketDeleteResponse,
type BucketCreateParams,
type BucketListParams,
type BucketDeleteParams,
type BucketGetParams,
} from './buckets/index';
export { R2 } from './r2';
export {
TemporaryCredentials,
type TemporaryCredential,
type TemporaryCredentialCreateResponse,
type TemporaryCredentialCreateParams,
} from './temporary-credentials';