Represents a participant who is not registered in the system but is added to the lineup.

TODO: Link the properties of this interface to existing types via extends to inherit documentation.

interface LineupParticipantPersonUnregistered {
    arbitrary: true;
    displayName: string;
    type: "Person";
    value: string;
}

Properties

arbitrary
displayName: string
type
value: string