MissionSequenceNodeSerialized: MissionNodeSerializedBase<SEQUENCE> & {
    activeChildIndex: number;
    children: MissionNodeSerialized[];
}