@thunderfat/backend-sdk
Version:
TypeScript SDK for ThunderFat Nutrition Management API
16 lines (14 loc) • 352 B
text/typescript
/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export type AuthenticationResponse = {
accessToken?: string;
tokenType?: string;
expiresIn?: number;
userId?: number;
email?: string;
roles?: Array<string>;
issuedAt?: string;
refreshToken?: string;
};