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