UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

9 lines (8 loc) 211 B
import type { CitaResponse } from './CitaResponse'; import type { Links } from './Links'; export type CollectionModelCita = { _embedded?: { citas?: Array<CitaResponse>; }; _links?: Links; };