UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

27 lines (19 loc) 696 B
# GoogleAuthResponseUser ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **lastName** | **string** | | [default to undefined] **firstName** | **string** | | [default to undefined] **email** | **string** | | [default to undefined] **id** | **string** | | [default to undefined] ## Example ```typescript import { GoogleAuthResponseUser } from '@tennac-booking/sdk'; const instance: GoogleAuthResponseUser = { lastName, firstName, email, id, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)