Type alias PlayerSerialized

PlayerSerialized: {
    id: string;
    role: RoleSerialized;
}

Type declaration

Generated using TypeDoc