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