UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

11 lines (10 loc) 234 B
export type AuthenticationResponse = { accessToken?: string; tokenType?: string; expiresIn?: number; userId?: number; email?: string; roles?: Array<string>; issuedAt?: string; refreshToken?: string; };