UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

10 lines (9 loc) 199 B
import type { RolDTO } from './RolDTO'; export type UsuarioDTO = { id?: number; psw?: string; createtime?: string; email: string; enabled?: boolean; roles?: Array<RolDTO>; };