Property

Example values

TypeScript
// It can be a string
"max@example.com"
// It can be an object like field
{
firstName: 'Max',
lastName: 'Hog',
isAdmin: true,
}

Community questions

Was this page useful?