@kontent-ai/delivery-sdk
Version:
Official Kontent.AI Delivery API SDK
5 lines (4 loc) • 316 B
TypeScript
import { ClientTypes } from '../models';
import { IDeliveryClientConfig } from '../config/delivery-configs';
import { DeliveryClient } from './delivery-client';
export declare function createDeliveryClient<TClientTypes extends ClientTypes = ClientTypes>(config: IDeliveryClientConfig): DeliveryClient<TClientTypes>;