UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

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