UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

10 lines (9 loc) 225 B
import type { ChatDTO } from './ChatDTO'; export type ManualApiResponseDTOChatDTO = { success?: boolean; message?: string; data?: ChatDTO; errors?: Array<string>; timestamp?: string; path?: string; };