UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

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