UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

7 lines (6 loc) 111 B
export type RolDTO = { id?: number; nombre: string; descripcion?: string; activo?: boolean; };