Esposter
    Preparing search index...

    Variable embedAuthorSchemaConst

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