Cosmos Journeyer API Documentation - v1.10.1
    Preparing search index...
    MissionXorNodeSerializedSchema: ZodObject<
        {
            children: ZodLazy<
                ZodArray<
                    ZodType<
                        MissionNodeSerializedShape,
                        ZodTypeDef,
                        MissionNodeSerializedShape,
                    >,
                    "many",
                >,
            >;
            type: ZodLiteral<XOR>;
        },
        "strip",
        ZodTypeAny,
        { children: MissionNodeSerializedShape[]; type: XOR },
        { children: MissionNodeSerializedShape[]; type: XOR },
    > = ...