UNPKG

deep-chat-dev

Version:

Customizable chat component for AI APIs

10 lines 237 B
export interface DifyChat { inputs?: Record<string, unknown>; user?: string; files?: { type: 'file' | 'collection'; id: string; }[]; } export type Dify = true | DifyChat; //# sourceMappingURL=dify.d.ts.map