UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

6 lines (5 loc) 113 B
import type { Links } from './Links'; export type EntityModelRol = { nombre?: string; _links?: Links; };