lsync API
    Preparing search index...

    Variable batchSchemaConst

    batchSchema: ZodObject<
        {
            updates: ZodArray<
                ZodObject<
                    {
                        clientId: ZodOptional<ZodString>;
                        collection: ZodString;
                        createdAt: ZodNumber;
                        id: ZodString;
                        key: ZodUnion<readonly [ZodString, ZodNumber]>;
                        path: ZodOptional<ZodString>;
                        previousValue: ZodOptional<ZodUnknown>;
                        type: ZodEnum<{ delete: "delete"; insert: "insert"; update: "update" }>;
                        value: ZodOptional<ZodUnknown>;
                    },
                    $strip,
                >,
            >;
        },
        $strip,
    > = ...