UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

16 lines (13 loc) 370 B
/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { Nutricionista } from './Nutricionista'; import type { Paciente } from './Paciente'; export type Cita = { id?: number; fechaini?: string; fechafin?: string; paciente?: Paciente; nutricionista?: Nutricionista; };