Cosmos Journeyer API Documentation - v1.10.1
    Preparing search index...

    Variable MissionSequenceNodeSerializedSchemaConst

    MissionSequenceNodeSerializedSchema: ZodObject<
        {
            activeChildIndex: ZodNumber;
            children: ZodLazy<
                ZodArray<
                    ZodType<
                        MissionNodeSerializedShape,
                        ZodTypeDef,
                        MissionNodeSerializedShape,
                    >,
                    "many",
                >,
            >;
            type: ZodLiteral<SEQUENCE>;
        },
        "strip",
        ZodTypeAny,
        {
            activeChildIndex: number;
            children: MissionNodeSerializedShape[];
            type: SEQUENCE;
        },
        {
            activeChildIndex: number;
            children: MissionNodeSerializedShape[];
            type: SEQUENCE;
        },
    > = ...