PersonItemtype
Item<string, PersonData>
| Type | |
|---|---|
Item | An item object is a data object that includes an "id" identifier property that is either a string or number. |
PersonData | Validated data shape of a test person, inferred from PERSON_SCHEMA. |
A test person as a stored Item — PersonData plus a string id.