UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

22 lines (19 loc) 545 B
/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { GrantedAuthority } from './GrantedAuthority'; import type { Links } from './Links'; export type EntityModelUsuario = { email: string; psw?: string; createtime?: string; enabled?: boolean; password?: string; username?: string; authorities?: Array<GrantedAuthority>; accountNonExpired?: boolean; credentialsNonExpired?: boolean; accountNonLocked?: boolean; _links?: Links; };