Message that transports a person object.

interface PersonObjectMessage {
    command: "person_object";
    obj: Person;
}

Properties

Properties

command: "person_object"
obj: Person