Staff is an interface representing a staff member. It includes the id and name each having their own properties.
Staff
id is a number representing the id of the staff member.
id
name is an instance of Name representing the name of the staff member.
name
Name
Staff
is an interface representing a staff member. It includes the id and name each having their own properties.