UNPKG

@d-id/client-sdk

Version:
5 lines (3 loc) 208 B
import { ChatMode } from '../types'; export declare const isTextualChat: (chatMode: ChatMode) => boolean; export declare const isChatModeWithoutChat: (chatMode: ChatMode | undefined) => boolean | undefined;