Esposter
    Preparing search index...

    Variable embedFieldSchemaConst

    embedFieldSchema: ZodObject<
        {
            inline: ZodOptional<ZodBoolean>;
            name: ZodPipe<ZodPipe<ZodString, ZodTransform<string, string>>, ZodString>;
            value: ZodString;
        },
        $strip,
    > = ...