Esposter
    Preparing search index...

    Variable embedAuthorSchemaConst

    embedAuthorSchema: ZodObject<
        {
            icon_url: ZodOptional<ZodURL>;
            name: ZodPipe<ZodPipe<ZodString, ZodTransform<string, string>>, ZodString>;
            url: ZodOptional<ZodURL>;
        },
        $strip,
    > = ...