UNPKG

@kontent-ai/delivery-sdk

Version:
5 lines (4 loc) 316 B
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>;