Typed message data for start command

interface StartCommandData {
    type: "vopStartCommand";
    sessionId: string;
    unitDefinition?: string;
    unitDefinitionType?: string;
    unitState?: MainSchema.UnitState;
    playerConfig?: MainSchema.PlayerConfig;
}

Hierarchy (view full)

Properties

type
sessionId: string
unitDefinition?: string
unitDefinitionType?: string
unitState?: MainSchema.UnitState
playerConfig?: MainSchema.PlayerConfig