UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

5 lines (4 loc) 82 B
export type AuthenticationRequest = { email: string; password: string; };