User
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | number | [default to undefined] | |
| name | string | [default to undefined] | |
| string | [default to undefined] | ||
| email_verified_at | string | [default to undefined] | |
| two_factor_confirmed_at | string | [default to undefined] | |
| current_team_id | number | [default to undefined] | |
| profile_photo_path | string | [default to undefined] | |
| created_at | string | [default to undefined] | |
| updated_at | string | [default to undefined] | |
| profile_photo_url | string | [default to undefined] |
Example
import { User } from './api';
const instance: User = {
id,
name,
email,
email_verified_at,
two_factor_confirmed_at,
current_team_id,
profile_photo_path,
created_at,
updated_at,
profile_photo_url,
};
Back to Model list Back to API list Back to README
This documentation was automatically generated from the TypeScript API client.