import { HttpResponseType } from 'kentico-cloud-core'; export interface IContentManagementQueryConfig { } export interface IContentManagementInternalQueryConfig { responseType?: HttpResponseType; }