interface GetLiveChatConfigOptionalParams { sendCacheHeaders?: boolean; useRuntimeCache?: boolean; } export default GetLiveChatConfigOptionalParams;