cloudflare
Version:
The official TypeScript library for the Cloudflare API
20 lines (15 loc) • 700 B
text/typescript
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
import { APIResource } from '../../../resource';
import * as FallthroughAPI from './fallthrough';
import { Fallthrough, FallthroughCreateParams, FallthroughCreateResponse } from './fallthrough';
export class ExpressionTemplate extends APIResource {
fallthrough: FallthroughAPI.Fallthrough = new FallthroughAPI.Fallthrough(this._client);
}
ExpressionTemplate.Fallthrough = Fallthrough;
export declare namespace ExpressionTemplate {
export {
Fallthrough as Fallthrough,
type FallthroughCreateResponse as FallthroughCreateResponse,
type FallthroughCreateParams as FallthroughCreateParams,
};
}